aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/clenv.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/clenv.ml b/proofs/clenv.ml
index 5ce77f413..66b3bddb2 100644
--- a/proofs/clenv.ml
+++ b/proofs/clenv.ml
@@ -338,6 +338,7 @@ let clenv_environments bound c =
let e' = Intmap.add mv (Cltyp (mk_freelisted c1)) e in
clrec (ne',e', (mkMeta mv)::metas) (n-1)
(if dep then (subst1 (mkMeta mv) c2) else c2)
+ | (n, IsLetIn (na,b,_,c)) -> clrec (ne,e,metas) (n-1) (subst1 b c)
| (n, _) -> (ne, e, List.rev metas, c)
in
clrec (Intmap.empty,Intmap.empty,[]) bound c