]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicUnivUtils.mli
added clean_and_fill, to be invoked on qed
[helm.git] / helm / ocaml / cic_proof_checking / cicUnivUtils.mli
index e39ac0ab59d353d2b4c2891c590671b103453ef6..2af21f8c990974ca16f9380e647d4d0cf5df0482 100644 (file)
  * For details, see the HELM World-Wide-Web page,                              
  * http://cs.unibo.it/helm/.                                                   
  *)
+
 (* traverses recursively a type and lists the referenced universes *)
 val universes_of_obj: 
   Cic.obj -> CicUniv.universe list
+
+  (** cleans the universe graph for a given object and fills universes with URI.
+  * to be used on qed
+  *)
+val clean_and_fill:
+  UriManager.uri -> Cic.obj -> CicUniv.universe_graph ->
+    CicUniv.universe_graph
+