aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/coqast.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/coqast.mli')
-rw-r--r--parsing/coqast.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/coqast.mli b/parsing/coqast.mli
index b588d9cea..a083d09a6 100644
--- a/parsing/coqast.mli
+++ b/parsing/coqast.mli
@@ -42,9 +42,9 @@ val hcons_ast:
* (kernel_name -> kernel_name) * (constant -> constant)
-> (t -> t) * (loc -> loc)
-(*
+(*i
val map_tactic_expr : (t -> t) -> (tactic_expr -> tactic_expr) -> tactic_expr -> tactic_expr
val fold_tactic_expr :
('a -> t -> 'a) -> ('a -> tactic_expr -> 'a) -> 'a -> tactic_expr -> 'a
val iter_tactic_expr : (tactic_expr -> unit) -> tactic_expr -> unit
-*)
+i*)