2.0.3
CHANGES:
Requires Menhir 20211230 and OCaml 4.13 or above.
- Parser:
- Fix parsing of infix
==>
so thatA,B ==> C,D
meansA, (B => (C,D))
as it is intended to be.
- Fix parsing of infix
CHANGES:
Requires Menhir 20211230 and OCaml 4.13 or above.
==>
so that A,B ==> C,D
means A, (B => (C,D))