X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fpretty.mli;h=36fd43039a5442937b8989d167fc58a1f6345b83;hb=03a5cae4ee4f036cc9fc915d6dbbf52d38bb0bf2;hp=fb7e309894e289fbc3b08cb95178364c5fc20fc5;hpb=9b75e9a2074c357fc2c823156451209d2a4cef8b;p=tatoo.git diff --git a/src/pretty.mli b/src/pretty.mli index fb7e309..36fd430 100644 --- a/src/pretty.mli +++ b/src/pretty.mli @@ -22,6 +22,7 @@ val up_arrow : string val right_arrow : string val left_arrow : string val epsilon : string +val bullet : string val big_sigma : string val cap : string val cup : string @@ -31,6 +32,7 @@ val vee : string val top : string val bottom : string val dummy : string +val inverse : string val double_right_arrow : string val overline : string -> string val underline : string -> string @@ -45,8 +47,12 @@ val pp_subscript : Format.formatter -> int -> unit val pp_superscript : Format.formatter -> int -> unit val pp_print_list : - ?sep:(Format.formatter -> unit -> unit) -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit + ?sep:(Format.formatter -> unit -> unit) -> (Format.formatter -> 'a -> unit) + -> Format.formatter -> 'a list -> unit val pp_print_array : - ?sep:(Format.formatter -> unit -> unit) -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a array -> unit -val print_list : ?sep:string -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit -val print_array : ?sep:string -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a array -> unit + ?sep:(Format.formatter -> unit -> unit) -> (Format.formatter -> 'a -> unit) + -> Format.formatter -> 'a array -> unit +val print_list : ?sep:string -> (Format.formatter -> 'a -> unit) + -> Format.formatter -> 'a list -> unit +val print_array : ?sep:string -> (Format.formatter -> 'a -> unit) + -> Format.formatter -> 'a array -> unit