diff options
| author | Maxime Dénès | 2019-04-14 11:47:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2019-04-14 11:54:52 +0200 |
| commit | 9c91b2f49d1379d2c8ae43ff94fe4183ef4f8bf0 (patch) | |
| tree | 01e5593ccaa346021feb4452e6b2a3b12d44c5af /kernel/nativelambda.mli | |
| parent | e687ffed9adcd6b49613345c9e6be3d87ca93733 (diff) | |
[native compiler] Remove `Lconstruct` from lambda code.
This is a step towards unifying the higher level ILs of the native and
bytecode compilers.
See https://github.com/coq/coq/projects/17
Diffstat (limited to 'kernel/nativelambda.mli')
| -rw-r--r-- | kernel/nativelambda.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/nativelambda.mli b/kernel/nativelambda.mli index b0de257a27..687789e82b 100644 --- a/kernel/nativelambda.mli +++ b/kernel/nativelambda.mli @@ -36,8 +36,6 @@ type lambda = | Lmakeblock of prefix * pconstructor * int * lambda array (* prefix, constructor Name.t, constructor tag, arguments *) (* A fully applied constructor *) - | Lconstruct of prefix * pconstructor (* prefix, constructor Name.t *) - (* A partially applied constructor *) | Luint of Uint63.t | Lval of Nativevalues.t | Lsort of Sorts.t |
