blob: 59bc1c60f4ae554abf33b30b9293f9c04a04a013 (
plain)
1
2
3
4
5
6
|
File "unclosed_struct.ml", line 10, characters 0-0:
Error: Syntax error: 'end' expected
File "unclosed_struct.ml", line 8, characters 11-17:
8 | module M = struct
^^^^^^
This 'struct' might be unmatched
|