aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorherbelin2000-10-01 13:54:49 +0000
committerherbelin2000-10-01 13:54:49 +0000
commitadd80227d078b7e1f58b9a30e90f0043c8922873 (patch)
tree80873de50602ae9f3dc4c71268003be430072ebe /kernel
parentce0c127811d3481ddd8583834a246e15dcb8f967 (diff)
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
Diffstat (limited to 'kernel')
-rw-r--r--kernel/reduction.mli4
1 files changed, 4 insertions, 0 deletions
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