]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/batchParser.mli
The disambiguation now returns a list of interpretations.
[helm.git] / helm / gTopLevel / batchParser.mli
index ba5d5ab5801f89c08ccdad56d21c74ec009dff63..ff82e6fa057d9001dc43e4241d5e0a03df0640f1 100644 (file)
@@ -37,10 +37,10 @@ val uri_pred_of_conf: bool -> string -> (string -> bool)
    * batch mode if possible, otherwise raises Failure above.
    * uri_pred is the predicate used to select which uris are tried. Per default
    * only constant URIs are accepted *)
-val parse: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> Cic.metasenv * Cic.term
+val parse: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> (Cic.metasenv * Cic.term) list
 
   (** as above, but instead of returning the parsed cic term, pretty prints it
    * (ignoring returned metasenv)
    *)
-val parse_pp: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> string
+val parse_pp: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> string list