X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FbatchParser.mli;fp=helm%2FgTopLevel%2FbatchParser.mli;h=ba5d5ab5801f89c08ccdad56d21c74ec009dff63;hb=c911fe913e84cda448e2f0df20c1e023f6f8043d;hp=b63845aa871281c5b1c6e2309d310f2a258f52b2;hpb=2fcee48f3831b7b5dab20837d06b70e56d1ae6b3;p=helm.git diff --git a/helm/gTopLevel/batchParser.mli b/helm/gTopLevel/batchParser.mli index b63845aa8..ba5d5ab58 100644 --- a/helm/gTopLevel/batchParser.mli +++ b/helm/gTopLevel/batchParser.mli @@ -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: ?uri_pred:(string -> bool) -> string -> Cic.metasenv * Cic.term +val parse: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> Cic.metasenv * Cic.term (** as above, but instead of returning the parsed cic term, pretty prints it * (ignoring returned metasenv) *) -val parse_pp: ?uri_pred:(string -> bool) -> string -> string +val parse_pp: MQIConn.handle -> ?uri_pred:(string -> bool) -> string -> string