X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2Fpretty.ml;h=192721661a2093b60513aa5c7030867d99bbf89e;hp=a7434b11426c1875c792a9f77e6fd8a93ccac749;hb=03b6a364e7240ca827585e7baff225a0aaa33bc6;hpb=736f1c5caccbf659359853b9b0ad426f694c10ae diff --git a/src/utils/pretty.ml b/src/utils/pretty.ml index a7434b1..1927216 100644 --- a/src/utils/pretty.ml +++ b/src/utils/pretty.ml @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) open Format @@ -99,6 +99,7 @@ let vee = "∨" let top = "⊤" let bottom = "⊥" let dummy = "☠" +let inverse = "⁻¹" let double_right_arrow = "⇒" let combining_overbar = "\204\133" let combining_underbar = "\204\178" @@ -124,7 +125,7 @@ let pp_underline = ppf underline let pp_strike = ppf strike let pp_subscript = ppf subscript let pp_superscript = ppf superscript -let dummy_printer fmt () = () +let dummy_printer _ () = () let pp_print_list ?(sep=dummy_printer) printer fmt l = match l with