aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-18 15:00:30 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-18 15:00:30 +0000
commita586cb418549eb523a3395155cab2560fd178571 (patch)
treeab5e1329c162556b822e0f1ae1272dfc7b2141a5 /kernel
parent16e7e9e1fc41094475f2fd0cffdb00868576343d (diff)
doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@726 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel')
-rw-r--r--kernel/reduction.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index e6dd5c25c..80dba1068 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -47,7 +47,7 @@ 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 *)
+(* For compatibility: alias for whd\_stack *)
val whd_castapp_stack : local_stack_reduction_function
(*s Reduction Function Operators *)