Trying to build merlin on ecaml-multicore I get a syntax error because in a pattern ``` ocaml | [x]-> ... ``` the lexer sees ]-> as a single token instead of two.