diff options
| author | Maxime Dénès | 2019-05-27 13:20:32 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2019-05-27 13:20:32 +0200 |
| commit | 13034bc2a322d250a971c9cc73881a34f9d64025 (patch) | |
| tree | e8f3046a5fb5faf034ff516de046fed3df91a671 /kernel/term_typing.mli | |
| parent | 1df3b08cb40bab6db1177b0289995d40287437f5 (diff) | |
| parent | d782dabc61251834e35a77c43e070ea8b4e0b04a (diff) | |
Merge PR #10198: Centralize the hashconsing of constant declarations.
Reviewed-by: maximedenes
Diffstat (limited to 'kernel/term_typing.mli')
| -rw-r--r-- | kernel/term_typing.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/term_typing.mli b/kernel/term_typing.mli index 592a97e132..fd0f2a18e4 100644 --- a/kernel/term_typing.mli +++ b/kernel/term_typing.mli @@ -35,7 +35,7 @@ val translate_constant : 'a trust -> env -> Constant.t -> 'a constant_entry -> Opaqueproof.proofterm constant_body -val translate_recipe : hcons:bool -> env -> Constant.t -> Cooking.recipe -> Opaqueproof.opaque constant_body +val translate_recipe : env -> Constant.t -> Cooking.recipe -> Opaqueproof.opaque constant_body (** Internal functions, mentioned here for debug purpose only *) |
