]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/options.mli
- support fof global alpha-conversion with hyperlinks
[helm.git] / matita / components / binaries / matex / options.mli
index 15a272520429269f1dd5e6bc094987abefd16337..b2ad2cf47d4787b26a20f7a2587d5dfc2007f42d 100644 (file)
@@ -9,6 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
+val dno_id: string
+
+val nan: int
+
 val status: NCicPp.status
 
 val no_init: bool ref
@@ -21,6 +25,8 @@ val test: bool ref
 
 val no_types: bool ref 
 
+val global_alpha: bool ref
+
 val log_alpha: bool ref
 
 val list_och: out_channel option ref 
@@ -32,3 +38,5 @@ val alpha_sort: (string * string * string) list ref
 val clear: unit -> unit
 
 val close_list: unit -> unit
+
+val is_global_id: string -> bool