Open ilsordo opened 8 years ago
Trying to build merlin on ecaml-multicore I get a syntax error because in a pattern
| [x]-> ...
the lexer sees ]-> as a single token instead of two.
It's unfortunate, but I'm unlikely to change it any time soon. Thanks for the report anyway though.
Trying to build merlin on ecaml-multicore I get a syntax error because in a pattern
the lexer sees ]-> as a single token instead of two.