aboutsummaryrefslogtreecommitdiff
path: root/kernel/cinstr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cinstr.mli')
-rw-r--r--kernel/cinstr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cinstr.mli b/kernel/cinstr.mli
index e22703e76a..4a3c03d85e 100644
--- a/kernel/cinstr.mli
+++ b/kernel/cinstr.mli
@@ -22,6 +22,7 @@ type uint =
and lambda =
| Lrel of Name.t * int
| Lvar of Id.t
+ | Levar of Evar.t * lambda array
| Lprod of lambda * lambda
| Llam of Name.t array * lambda
| Llet of Name.t * lambda * lambda