]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.ml
The status has been extended with a "universe", that is a
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.ml
index 0c02e1b6c38d86fdfcfb69ca51283dab32c5c677..6e1c299e42dbf44dc332ca92b71018395cfec2df 100644 (file)
@@ -57,11 +57,13 @@ type status = {
   options: options;
   objects: UriManager.uri list;
   coercions: UriManager.uri list;
+  universe:Universe.universe;  
 }
 
 let get_current_proof status =
   match status.proof_status with
   | Incomplete_proof { proof = p } -> p
+  | Proof p -> p
   | _ -> raise (Statement_error "no ongoing proof")
 
 let get_proof_metasenv status =