aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/miscops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/miscops.mli')
-rw-r--r--pretyping/miscops.mli8
1 files changed, 7 insertions, 1 deletions
diff --git a/pretyping/miscops.mli b/pretyping/miscops.mli
index b8f6f6860..123d307de 100644
--- a/pretyping/miscops.mli
+++ b/pretyping/miscops.mli
@@ -8,11 +8,17 @@
open Misctypes
-val map_cast_type : ('a -> 'b) -> 'a cast_type -> 'b cast_type
+(** Mapping [cast_type] *)
+val map_cast_type : ('a -> 'b) -> 'a cast_type -> 'b cast_type
val smartmap_cast_type : ('a -> 'a) -> 'a cast_type -> 'a cast_type
(** Printing of [intro_pattern] *)
val pr_intro_pattern : intro_pattern_expr Pp.located -> Pp.std_ppcmds
val pr_or_and_intro_pattern : or_and_intro_pattern_expr -> Pp.std_ppcmds
+
+(** Printing of [move_location] *)
+
+val pr_move_location :
+ ('a -> Pp.std_ppcmds) -> 'a move_location -> Pp.std_ppcmds