aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-31 18:09:05 +0200
committerPierre-Marie Pédrot2017-08-31 18:09:05 +0200
commit84047666ce13f1eec440d38d9784ae125612507c (patch)
tree5fc08c3ef9b1ef72e59a04618c9c5bda27430ec5
parent5a157fdc706860473638b295c95dd2a6eaa33a41 (diff)
Fix the type of the Constructor constructor.
-rw-r--r--theories/Constr.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Constr.v b/theories/Constr.v
index bb02d94531..801192d628 100644
--- a/theories/Constr.v
+++ b/theories/Constr.v
@@ -31,7 +31,7 @@ Ltac2 Type kind := [
| App (constr, constr array)
| Constant (constant, instance)
| Ind (inductive, instance)
-| Constructor (inductive, instance)
+| Constructor (constructor, instance)
| Case (constr, constr, constr array)
| Fix (int array, int, ident option array, constr array, constr array)
| CoFix (int, ident option array, constr array, constr array)