aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/term.ml')
-rw-r--r--kernel/term.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/term.ml b/kernel/term.ml
index 6b3aa5bec..f4c074471 100644
--- a/kernel/term.ml
+++ b/kernel/term.ml
@@ -1316,6 +1316,7 @@ let rec subst_meta bl c =
| DOP1(op,c') -> DOP1(op, subst_meta bl c')
| DOP2(op,c'1, c'2) -> DOP2(op, subst_meta bl c'1, subst_meta bl c'2)
| DOPN(op, c') -> DOPN(op, Array.map (subst_meta bl) c')
+ | DLAM(x,c') -> DLAM(x, subst_meta bl c')
| _ -> c
(* Substitute only a list of locations locs, the empty list is