aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativelambda.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-04-14 14:02:16 +0200
committerMaxime Dénès2019-04-15 15:28:09 +0200
commit7205996bf25a542224c815b38f92da0ffef76b5d (patch)
tree4853a361c9a1efe4f3d4163f47c0fa4cc514ce05 /kernel/nativelambda.mli
parent137e8b1636fa0b25c232ed42944ecaed058732ee (diff)
[native compiler] Remove unused universe argument in Lmakeblock
Diffstat (limited to 'kernel/nativelambda.mli')
-rw-r--r--kernel/nativelambda.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativelambda.mli b/kernel/nativelambda.mli
index c357819da5..093665df9b 100644
--- a/kernel/nativelambda.mli
+++ b/kernel/nativelambda.mli
@@ -34,7 +34,7 @@ type lambda =
| Lfix of (int array * (string * inductive) array * int) * fix_decl
| Lcofix of int * fix_decl
| Lint of int (* a constant constructor *)
- | Lmakeblock of prefix * pconstructor * int * lambda array
+ | Lmakeblock of prefix * constructor * int * lambda array
(* prefix, constructor Name.t, constructor tag, arguments *)
(* A fully applied non-constant constructor *)
| Luint of Uint63.t