aboutsummaryrefslogtreecommitdiff
path: root/pretyping/reductionops.mli
diff options
context:
space:
mode:
authorherbelin2011-06-19 14:12:34 +0000
committerherbelin2011-06-19 14:12:34 +0000
commitaa2a39fa7d754aaf3270dc0bed3128822254e8d1 (patch)
tree1593a7a625d187d756ac33a47dc97346ceebdf36 /pretyping/reductionops.mli
parent32e18eb2ec0d44e4265f44d2f3f51daa7d67e9c0 (diff)
Ensured that the transparency state is used when flag betaiota is on for apply.
+ small typo fix in r14217 + added compatibility of betaiota flag with 8.3 when "-compat 8.3" is given git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14223 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/reductionops.mli')
-rw-r--r--pretyping/reductionops.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli
index d6d97179e7..1a90b23f21 100644
--- a/pretyping/reductionops.mli
+++ b/pretyping/reductionops.mli
@@ -213,7 +213,8 @@ val head_unfold_under_prod : transparent_state -> reduction_function
(** {6 Heuristic for Conversion with Evar } *)
-val whd_betaiota_deltazeta_for_iota_state : state_reduction_function
+val whd_betaiota_deltazeta_for_iota_state :
+ transparent_state -> state_reduction_function
(** {6 Meta-related reduction functions } *)
val meta_instance : evar_map -> constr freelisted -> constr