summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 8b52b2ab..4529aa8f 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -305,6 +305,7 @@ and opt_default =
and pexp_aux = (* Pattern match *)
Pat_exp of pat * exp
+ | Pat_when of pat * exp * exp
and pexp =
Pat_aux of pexp_aux * l