rlepigre / ocaml-earley-ocaml

Extensible OCaml parser to be used with Earley
Other
3 stars 1 forks source link

Ambiguity with "functor" syntax. #4

Open rlepigre opened 7 years ago

rlepigre commented 7 years ago

Here is a minimal example: module M = functor (X:T) -> F(X)

To reproduce, use "pa_ocaml --ascii".