aboutsummaryrefslogtreecommitdiff
path: root/proofs/redexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/redexpr.mli')
-rw-r--r--proofs/redexpr.mli7
1 files changed, 1 insertions, 6 deletions
diff --git a/proofs/redexpr.mli b/proofs/redexpr.mli
index fee3f98132..404a8a196d 100644
--- a/proofs/redexpr.mli
+++ b/proofs/redexpr.mli
@@ -25,13 +25,8 @@ val reduction_of_red_expr : red_expr -> reduction_function * cast_kind
val declare_red_expr : string -> reduction_function -> unit
(* Opaque and Transparent commands. *)
-val set_opaque_const : constant -> unit
-val set_transparent_const : constant -> unit
-
-val set_opaque_var : identifier -> unit
-val set_transparent_var : identifier -> unit
-
+val set_strategy : 'a tableKey -> Conv_oracle.level -> unit
(* call by value normalisation function using the virtual machine *)
val cbv_vm : reduction_function