Add the inverse string (superscript -1) to the module.
[tatoo.git] / src / utils / pretty.ml
index 1255b7b..1927216 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-03-04 23:39:28 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-09 10:41:21 CET by Kim Nguyen>
 *)
 
 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"