aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/auto.mli2
-rw-r--r--tactics/hiddentac.mli3
-rw-r--r--tactics/tacticals.mli2
-rw-r--r--tactics/tactics.mli1
4 files changed, 3 insertions, 5 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli
index 5c1959169..7442c34d3 100644
--- a/tactics/auto.mli
+++ b/tactics/auto.mli
@@ -106,7 +106,7 @@ val make_resolves :
(* [make_resolve_hyp hname htyp].
used to add an hypothesis to the local hint database;
- Never raises an User_exception;
+ Never raises a user exception;
If the hyp cannot be used as a Hint, the empty list is returned. *)
val make_resolve_hyp :
diff --git a/tactics/hiddentac.mli b/tactics/hiddentac.mli
index f5b35e57d..dc547c2a8 100644
--- a/tactics/hiddentac.mli
+++ b/tactics/hiddentac.mli
@@ -80,9 +80,6 @@ val h_rename : identifier -> identifier -> tactic
(* Constructors *)
-(*
-val h_any_constructor : tactic -> tactic
-*)
val h_constructor : int -> constr bindings -> tactic
val h_left : constr bindings -> tactic
val h_right : constr bindings -> tactic
diff --git a/tactics/tacticals.mli b/tactics/tacticals.mli
index 2fe4b7c6d..67dbcfc0f 100644
--- a/tactics/tacticals.mli
+++ b/tactics/tacticals.mli
@@ -127,7 +127,7 @@ type branch_assumptions = {
ba : branch_args; (* the branch args *)
assums : named_context} (* the list of assumptions introduced *)
-(* Useful for "as intro_pattern" modifier *)
+(* Useful for [as intro_pattern] modifier *)
val compute_induction_names :
int -> intro_pattern_expr option -> intro_pattern_expr list array
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 418c3095f..b804de067 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -26,6 +26,7 @@ open Genarg
open Tacexpr
open Nametab
open Rawterm
+(*i*)
(* Main tactics. *)