aboutsummaryrefslogtreecommitdiff
path: root/kernel/cooking.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-16 21:59:18 +0200
committerPierre-Marie Pédrot2019-05-25 14:52:16 +0200
commitd782dabc61251834e35a77c43e070ea8b4e0b04a (patch)
tree9922adf428e92055ba4c9bed034c94b6e76d70b6 /kernel/cooking.mli
parent5727443376480be4793757fd5507621ad4f09509 (diff)
Centralize the hashconsing of constant declarations.
Safe_typing is now responsible for hashconsing of all accessible structures, except for opaque terms which are handled by Opaqueproof.
Diffstat (limited to 'kernel/cooking.mli')
-rw-r--r--kernel/cooking.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index b022e2ac09..024eed1285 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -27,7 +27,7 @@ type 'opaque result = {
cook_context : Constr.named_context option;
}
-val cook_constant : hcons:bool -> recipe -> Opaqueproof.opaque result
+val cook_constant : recipe -> Opaqueproof.opaque result
val cook_constr : Opaqueproof.cooking_info -> constr -> constr
(** {6 Utility functions used in module [Discharge]. } *)