diff options
-rw-r--r-- | parsing/parser.mly | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/parser.mly b/parsing/parser.mly index 5de19d15e2..761b5a9741 100644 --- a/parsing/parser.mly +++ b/parsing/parser.mly @@ -825,8 +825,6 @@ expr: { mkexp(Pexp_let($2, List.rev $3, $5)) } | LET MODULE UIDENT module_binding IN seq_expr { mkexp(Pexp_letmodule($3, $4, $6)) } - | LET NEW TYPE LIDENT IN seq_expr - { mkexp(Pexp_newtype($4, $6)) } | FUNCTION opt_bar match_cases { mkexp(Pexp_function("", None, List.rev $3)) } | FUN labeled_simple_pattern fun_def |