aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/reduction.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-11-29 14:29:18 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-11-29 14:29:18 +0000
commit958b0daa566c3735e054eb76d05255101ef29851 (patch)
tree083f3fc4e78e4cbd5ce18539cc3c574276a04118 /kernel/reduction.mli
parentc4aad6897210f9e55cb41a9dd40fc1fd01321f6b (diff)
portage modules Evarconv et Evarutil
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@161 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/reduction.mli')
-rw-r--r--kernel/reduction.mli11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index 3e2fc9ffd..9945b36cb 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -172,6 +172,7 @@ val conv_forall2_i :
val is_conv : unsafe_env -> 'a evar_map -> constr -> constr -> bool
val is_conv_leq : unsafe_env -> 'a evar_map -> constr -> constr -> bool
+val is_fconv : conv_pb -> unsafe_env -> 'a evar_map -> constr -> constr -> bool
(*s Special-Purpose Reduction Functions *)
@@ -182,11 +183,13 @@ val instance : (int * constr) list -> 'a reduction_function
(* whd_ise raise Uninstantiated_evar if an evar remains uninstantiated *)
(* the '*_ise1*' leave uninstantiated evar as it *)
+
exception Uninstantiated_evar of int
-val whd_ise : 'a reduction_function
-val whd_ise1 : 'a reduction_function
-val nf_ise1 : 'a reduction_function
-val whd_ise1_metas : 'a reduction_function
+
+val whd_ise : 'a evar_map -> constr -> constr
+val whd_ise1 : 'a evar_map -> constr -> constr
+val nf_ise1 : 'a evar_map -> constr -> constr
+val whd_ise1_metas : 'a evar_map -> constr -> constr
(*s Obsolete Reduction Functions *)