]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/cicNotation.mli
Debug option reverted.
[helm.git] / helm / software / components / lexicon / cicNotation.mli
index 944438df8621131c9f51fd88fd60e420bc3b2c21..9e231e3317a84f502e4e9558e57187dde8227536 100644 (file)
 
 type notation_id
 
+val compare_notation_id : notation_id -> notation_id -> int
+
 val process_notation: LexiconAst.command -> notation_id list
 
 val remove_notation: notation_id -> unit
 
 (** {2 Notation enabling/disabling}
- * Right now, only disabling of notation during pretty printing is supporting.
+ * Right now, only disabling of notation during pretty printing is supported.
  * If it is useful to disable it also for the input phase is still to be
  * understood ... *)
 
@@ -38,3 +40,5 @@ val get_all_notations: unit -> (notation_id * string) list  (* id, dsc *)
 val get_active_notations: unit -> notation_id list
 val set_active_notations: notation_id list -> unit
 
+val push: unit -> unit
+val pop: unit -> unit