]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.ml
ugly coerc db print
[helm.git] / helm / software / matita / matitaTypes.ml
index 7468bedfadfaafe84ef7edb1bdb0cec7ae973f85..30e64892cc2ede541a3313994e52325c170a4fbf 100644 (file)
@@ -39,6 +39,7 @@ type abouts =
   | `CoercionsFull
   | `TeX
   | `Grammar
+  | `Hints
   ]
   
 type mathViewer_entry =
@@ -63,6 +64,7 @@ let string_of_entry = function
   | `About `CoercionsFull -> "about:coercions"
   | `About `TeX -> "about:tex"
   | `About `Grammar -> "about:grammar"
+  | `About `Hints -> "about:hints"
   | `Check _ -> "check:"
   | `Cic (_, _) -> "term:"
   | `NCic (_, _, _, _) -> "nterm:"
@@ -87,6 +89,7 @@ let entry_of_string = function
   | "about:blank" -> `About `Blank
   | "about:proof" -> `About `Current_proof
   | "about:us"    -> `About `Us
+  | "about:hints"    -> `About `Hints
   | "about:coercions?tred=true"    -> `About `Coercions
   | "about:coercions"    -> `About `CoercionsFull
   | "about:tex"    -> `About `TeX