]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_engine/grafiteTypes.ml
The status has been extended with a "universe", that is a
[helm.git] / components / grafite_engine / grafiteTypes.ml
index 0d59e4b469351dc7d39e2b2da2b0c5996780df82..6e1c299e42dbf44dc332ca92b71018395cfec2df 100644 (file)
@@ -57,6 +57,7 @@ type status = {
   options: options;
   objects: UriManager.uri list;
   coercions: UriManager.uri list;
+  universe:Universe.universe;  
 }
 
 let get_current_proof status =