From add80227d078b7e1f58b9a30e90f0043c8922873 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 1 Oct 2000 13:54:49 +0000 Subject: whd_castapp_stack va de Term dans Reduction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@632 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/reduction.mli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kernel') diff --git a/kernel/reduction.mli b/kernel/reduction.mli index 362fbcfc8c..ebf456301f 100644 --- a/kernel/reduction.mli +++ b/kernel/reduction.mli @@ -44,8 +44,12 @@ type 'a contextual_state_reduction_function = type 'a state_reduction_function = 'a contextual_state_reduction_function type local_state_reduction_function = state -> state +(* Removes cast and put into applicative form *) val whd_stack : local_stack_reduction_function +(* For compatibility: alias for whd_stack *) +val whd_castapp_stack : local_stack_reduction_function + (*s Reduction Function Operators *) val strong : 'a reduction_function -> 'a reduction_function -- cgit v1.2.3