aboutsummaryrefslogtreecommitdiff
path: root/kernel/cClosure.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-01 16:10:37 +0200
committerPierre-Marie Pédrot2018-11-20 16:11:27 +0100
commitc4ec9bd2c8a31f5eddea87bbc3f1605ca731d598 (patch)
tree200510ce0fc2b4b3bb5dc34c4f736c76c7433946 /kernel/cClosure.mli
parent2d81a99e14d32f9f79ae617986148db3a36707e7 (diff)
Use a closure for the domain argument of FProd.
The use of a term is not needed for the fast typing algorithm of the application case, so this tweak brings the best of both worlds.
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 3163833ef3..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 * constr * constr * fconstr subs
+ | 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