aboutsummaryrefslogtreecommitdiff
path: root/parsing/extend.ml
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/extend.ml')
-rw-r--r--parsing/extend.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/extend.ml b/parsing/extend.ml
index 2e4eea4b0f..70704f0195 100644
--- a/parsing/extend.ml
+++ b/parsing/extend.ml
@@ -162,6 +162,7 @@ let explicitize_entry univ nt =
| "constr8" | "constr" -> ETConstr ((8,E),Some 8)
| "constr9" -> ETConstr ((9,E),Some 9)
| "constr10" | "lconstr" -> ETConstr ((10,E),Some 10)
+ | "pattern" -> ETPattern
| "ident" -> ETIdent
| "global" -> ETReference
| _ -> ETOther (univ,nt)