aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cooking.mli
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-08-31 17:28:46 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-03 13:39:18 +0200
commitc11bd7b181d6e53910dc8d39c5360f35c7b24674 (patch)
tree168f7c1ca05dc939e9d8af20efc1f678c5b189ba /kernel/cooking.mli
parent1254a28735a242cda2221d2018075808c5b899c7 (diff)
Cooking.cook_constant: remove unused env argument.
Unused since d95306323 (remove template polymorphic definitions).
Diffstat (limited to 'kernel/cooking.mli')
-rw-r--r--kernel/cooking.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index 4c254d2ea..6ebe691b8 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -10,7 +10,6 @@
open Constr
open Declarations
-open Environ
(** {6 Cooking the constants. } *)
@@ -26,7 +25,7 @@ type result = {
cook_context : Constr.named_context option;
}
-val cook_constant : hcons:bool -> env -> recipe -> result
+val cook_constant : hcons:bool -> recipe -> result
val cook_constr : Opaqueproof.cooking_info -> constr -> constr
(** {6 Utility functions used in module [Discharge]. } *)