]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.mli
universes in CicBrowser
[helm.git] / helm / software / matita / matitaTypes.mli
index 67655c921e449e68106976f7bbda2dea8b556e0f..20d04259678f84937d097f731ea07c75bea9d238 100644 (file)
@@ -35,7 +35,9 @@ type mathViewer_entry =
   | `HBugs of [ `Tutors ]
   | `Metadata of [ `Deps of [`Fwd | `Back] * UriManager.uri ]
   | `Uri of UriManager.uri
-  | `Whelp of string * UriManager.uri list ]
+  | `Whelp of string * UriManager.uri list 
+  | `Univs of UriManager.uri
+  ]
 
 val string_of_entry : mathViewer_entry -> string
 val entry_of_string : string -> mathViewer_entry