Remove the timestamp header in source files. This information is
[tatoo.git] / src / pretty.mli
index 42ec6cb..ee828d5 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-01-30 19:08:06 CET by Kim Nguyen>
-*)
-
 exception InvalidUtf8Codepoint of int
 
 val subscript : int -> string
@@ -35,6 +31,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