Add the inverse string (superscript -1) to the module.
[tatoo.git] / src / utils / pretty.mli
index 42ec6cb..9064f8a 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-01-30 19:08:06 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-09 10:41:32 CET by Kim Nguyen>
 *)
 
 exception InvalidUtf8Codepoint of int
@@ -35,6 +35,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