From bf578ad5e2f63b7a36aeaef5e0597101db1bd24a Mon Sep 17 00:00:00 2001 From: gregoire Date: Fri, 2 Dec 2005 10:01:15 +0000 Subject: Changement des named_context Ajout de cast indiquant au kernel la strategie a suivre Resolution du bug sur les coinductifs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7639 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/reduction.mli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kernel/reduction.mli') diff --git a/kernel/reduction.mli b/kernel/reduction.mli index 5d383e61ec..60cd999d8b 100644 --- a/kernel/reduction.mli +++ b/kernel/reduction.mli @@ -44,12 +44,12 @@ val conv_leq : types conversion_function val conv_leq_vecti : types array conversion_function (* option for conversion *) - -val set_default_vm_conv : unit -> unit -val set_vm_conv_cmp : (conv_pb -> types conversion_function) -> unit +val set_vm_conv : (conv_pb -> types conversion_function) -> unit val vm_conv : conv_pb -> types conversion_function -val vm_conv_leq_vecti : types array conversion_function -val vm_conv_leq : types conversion_function + +val set_default_conv : (conv_pb -> types conversion_function) -> unit +val default_conv : conv_pb -> types conversion_function +val default_conv_leq : types conversion_function (************************************************************************) -- cgit v1.2.3