aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/PeanoSyntax.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Init/PeanoSyntax.v')
-rw-r--r--theories/Init/PeanoSyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/PeanoSyntax.v b/theories/Init/PeanoSyntax.v
index ddef41751..3a2b63a37 100644
--- a/theories/Init/PeanoSyntax.v
+++ b/theories/Init/PeanoSyntax.v
@@ -93,7 +93,7 @@ Grammar constr constr0 :=
| natural_nat110 [ "(" "110" ")" ] -> [ 'N: 110 ' ]
.
-Grammar constr pattern :=
+Grammar constr pattern : cases_pattern :=
natural_pat0 [ "(" "0" ")" ] -> [ 'N: 0 ' ]
| natural_pat1 [ "(" "1" ")" ] -> [ 'N: 1 ' ]
| natural_pat2 [ "(" "2" ")" ] -> [ 'N: 2 ' ]