aboutsummaryrefslogtreecommitdiff
path: root/kernel/cClosure.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-27 11:13:55 +0100
committerMaxime Dénès2018-11-27 11:13:55 +0100
commite828ffaf1df8deb250ade91123b20b4d53c88060 (patch)
treeb01bc99f341a655e978c65c34c47af1aae8a10c4 /kernel/cClosure.mli
parent31a1fa82bfc747df0c71c93346f689def876794a (diff)
parenta181bcb8d8050984e57f4a21cc7e97c043feb043 (diff)
Merge PR #8255: Fast typing of application nodes
Diffstat (limited to 'kernel/cClosure.mli')
-rw-r--r--kernel/cClosure.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cClosure.mli b/kernel/cClosure.mli
index b6c87b3732..c2d53eed47 100644
--- a/kernel/cClosure.mli
+++ b/kernel/cClosure.mli
@@ -114,7 +114,7 @@ type fterm =
| FCoFix of cofixpoint * fconstr subs
| FCaseT of case_info * constr * fconstr * constr array * fconstr subs (* predicate and branches are closures *)
| FLambda of int * (Name.t * constr) list * constr * fconstr subs
- | FProd of Name.t * fconstr * fconstr
+ | FProd of Name.t * fconstr * constr * fconstr subs
| FLetIn of Name.t * fconstr * fconstr * constr * fconstr subs
| FEvar of existential * fconstr subs
| FLIFT of int * fconstr