diff options
| author | Maxime Dénès | 2018-06-22 23:49:19 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-06-22 23:49:19 +0200 |
| commit | ffa99eed82b884645787b7a993017aa4c17010a9 (patch) | |
| tree | 4da68b95326ae0e6e892173805424c93a46a2f04 /kernel/cClosure.mli | |
| parent | 1750982027f5465c8f7c10af44e4f3674edc1ecd (diff) | |
| parent | 9953fc3c125d0bdd39e3bd5801040f406f2e708f (diff) | |
Merge PR #7600: Faster and cleaner fconstr-to-constr conversion function.
Diffstat (limited to 'kernel/cClosure.mli')
| -rw-r--r-- | kernel/cClosure.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cClosure.mli b/kernel/cClosure.mli index 63daa4a7c3..f8f98f0abe 100644 --- a/kernel/cClosure.mli +++ b/kernel/cClosure.mli @@ -244,6 +244,6 @@ val kni: clos_infos -> fconstr infos_tab -> fconstr -> stack -> fconstr * stack val knr: clos_infos -> fconstr infos_tab -> fconstr -> stack -> fconstr * stack val kl : clos_infos -> fconstr infos_tab -> fconstr -> constr -val to_constr : (lift -> fconstr -> constr) -> lift -> fconstr -> constr +val to_constr : lift -> fconstr -> constr (** End of cbn debug section i*) |
