aboutsummaryrefslogtreecommitdiffhomepage
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 2d9ec6050..c6f63872b 100644
--- a/kernel/cinstr.mli
+++ b/kernel/cinstr.mli
@@ -20,6 +20,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