X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FmQueryUtil.mli;h=9881b3b545b0b8d762cf657dd43f481f43d7e70c;hb=9a73e22935eb65da9e23ece23ad152d79629c661;hp=e7ee98395695edf21d308cd9fe391064742327ff;hpb=32f737bea2029db1f4870ec8a3a39ba6d2e4a57d;p=helm.git diff --git a/helm/ocaml/mathql/mQueryUtil.mli b/helm/ocaml/mathql/mQueryUtil.mli index e7ee98395..9881b3b54 100644 --- a/helm/ocaml/mathql/mQueryUtil.mli +++ b/helm/ocaml/mathql/mQueryUtil.mli @@ -33,30 +33,17 @@ (* *) (******************************************************************************) + val text_of_query : MathQL.query -> string -val text_of_result : MathQL.result -> string +val text_of_result : MathQL.result -> string -> string val query_of_text : Lexing.lexbuf -> MathQL.query val result_of_text : Lexing.lexbuf -> MathQL.result -(* - -val str_uref : MathQL.mquref -> string (* string linearization of a UriMan. reference *) - -val str_tref : MathQL.mqtref -> string (* string linearization of a tokenized reference *) - -val xp_str_uref : MathQL.mquref -> string (* string linearization of a UriMan. reference *) - -val xp_str_tref : MathQL.mqtref -> string (* string linearization of a tokenized reference *) - -val out_query : MathQL.mquery -> string (* HTML representation of a query *) - -val out_result : MathQL.mqresult -> string (* HTML representation of a query result *) -val tref_uref : MathQL.mquref -> MathQL.mqtref (* "tref of uref" conversion *) +type uriref = UriManager.uri * (int list) -val parse_text : in_channel -> MathQL.mquery (* textual parsing of a query *) +val string_of_uriref : uriref -> string -*)