Eta-extension

This commit is contained in:
Dmitry Boulytchev 2020-02-15 22:58:43 +03:00
parent ddc2121fcf
commit f5f7f3ceb8
7 changed files with 43 additions and 24 deletions

View file

@ -14,7 +14,7 @@ let parse cmd =
"case"; "of"; "esac"; "when";
"boxed"; "unboxed"; "string"; "sexp"; "array";
"infix"; "infixl"; "infixr"; "at"; "before"; "after";
"true"; "false"; "lazy"]
"true"; "false"; "lazy"; "eta"]
in
Util.parse
(object