]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/batchParser.mli
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / batchParser.mli
index edfaa69272d3b032fa1da3604e86db93fde7a7bf..6d2900304a228708270a8268e1f947c367c13b74 100644 (file)
@@ -39,11 +39,16 @@ val uri_pred_of_conf:
    * uri_pred is the predicate used to select which uris are tried. Per default
    * only constant URIs are accepted *)
 val parse:
- Mysql.dbd -> ?uri_pred:(string -> bool) -> string ->
-  (DisambiguatingParser.EnvironmentP3.t * Cic.metasenv * Cic.term) list
+ Mysql.dbd -> ?uri_pred:(string -> bool) -> string ->  
+  CicUniv.universe_graph ->
+  (DisambiguatingParser.EnvironmentP3.t * 
+   Cic.metasenv * 
+   Cic.term * 
+   CicUniv.universe_graph) list
 
   (** as above, but instead of returning the parsed cic term, pretty prints it
    * (ignoring returned metasenv)
    *)
-val parse_pp: Mysql.dbd -> ?uri_pred:(string -> bool) -> string -> string list
+val parse_pp: Mysql.dbd -> ?uri_pred:(string -> bool) -> 
+  string -> CicUniv.universe_graph -> string list