aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/ftactic.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/ftactic.mli')
-rw-r--r--tactics/ftactic.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/ftactic.mli b/tactics/ftactic.mli
index 16cfca08d..19ef717bc 100644
--- a/tactics/ftactic.mli
+++ b/tactics/ftactic.mli
@@ -37,10 +37,10 @@ val run : 'a t -> ('a -> unit Proofview.tactic) -> unit Proofview.tactic
(** {5 Focussing} *)
-val enter : ([ `NF ] Proofview.Goal.t -> 'a t) -> 'a t
+val nf_enter : ([ `NF ] Proofview.Goal.t -> 'a t) -> 'a t
(** Enter a goal. The resulting tactic is focussed. *)
-val raw_enter : ([ `LZ ] Proofview.Goal.t -> 'a t) -> 'a t
+val enter : ([ `LZ ] Proofview.Goal.t -> 'a t) -> 'a t
(** Enter a goal, without evar normalization. The resulting tactic is
focussed. *)