From 9bf1f84def4e7635dd5b81038e5d76ee2a77204e Mon Sep 17 00:00:00 2001 From: barras Date: Thu, 22 May 2008 17:12:11 +0000 Subject: Strategy commands are now exported git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10971 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/redexpr.mli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'proofs/redexpr.mli') diff --git a/proofs/redexpr.mli b/proofs/redexpr.mli index 404a8a196..68c1fd669 100644 --- a/proofs/redexpr.mli +++ b/proofs/redexpr.mli @@ -26,7 +26,11 @@ val declare_red_expr : string -> reduction_function -> unit (* Opaque and Transparent commands. *) -val set_strategy : 'a tableKey -> Conv_oracle.level -> unit +(* Sets the expansion strategy of a constant. When the boolean is + true, the effect is non-synchronous (i.e. it does not survive + section and module closure). *) +val set_strategy : + bool -> (Conv_oracle.level * evaluable_global_reference list) list -> unit (* call by value normalisation function using the virtual machine *) val cbv_vm : reduction_function -- cgit v1.2.3