diff options
| author | Pierre-Marie Pédrot | 2017-08-31 18:09:05 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-31 18:09:05 +0200 |
| commit | 84047666ce13f1eec440d38d9784ae125612507c (patch) | |
| tree | 5fc08c3ef9b1ef72e59a04618c9c5bda27430ec5 | |
| parent | 5a157fdc706860473638b295c95dd2a6eaa33a41 (diff) | |
Fix the type of the Constructor constructor.
| -rw-r--r-- | theories/Constr.v | 2 |
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) |
