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 767bd8dd..526dffa8 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -238,6 +238,7 @@ pat_aux = (* Pattern *)
| P_vector_concat of (pat) list (* concatenated vector pattern *)
| P_tup of (pat) list (* tuple pattern *)
| P_list of (pat) list (* list pattern *)
+ | P_cons of pat * pat (* cons pattern *)
and pat =
P_aux of pat_aux * l