X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FmQueryUtil.mli;h=83337ddfbf31d295349ecd22141101f3e39814d5;hb=f41a5585a648d57e4d8a24d664b0a5ce5d591148;hp=9881b3b545b0b8d762cf657dd43f481f43d7e70c;hpb=ba824e867afc3eaf081ed1a1d6526d421242a6a0;p=helm.git diff --git a/helm/ocaml/mathql/mQueryUtil.mli b/helm/ocaml/mathql/mQueryUtil.mli index 9881b3b54..83337ddfb 100644 --- a/helm/ocaml/mathql/mQueryUtil.mli +++ b/helm/ocaml/mathql/mQueryUtil.mli @@ -34,9 +34,9 @@ (******************************************************************************) -val text_of_query : MathQL.query -> string +val text_of_query : (string -> unit) -> MathQL.query -> string -> unit -val text_of_result : MathQL.result -> string -> string +val text_of_result : (string -> unit) -> MathQL.result -> string -> unit val query_of_text : Lexing.lexbuf -> MathQL.query