X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql%2FmQueryUtil.mli;h=e7ee98395695edf21d308cd9fe391064742327ff;hb=32f737bea2029db1f4870ec8a3a39ba6d2e4a57d;hp=94126555b006dfdf3ab88675f43ad27c7a584d43;hpb=3c57d335904d0480f3145ccdcf663206cffd5567;p=helm.git diff --git a/helm/ocaml/mathql/mQueryUtil.mli b/helm/ocaml/mathql/mQueryUtil.mli index 94126555b..e7ee98395 100644 --- a/helm/ocaml/mathql/mQueryUtil.mli +++ b/helm/ocaml/mathql/mQueryUtil.mli @@ -33,14 +33,30 @@ (* *) (******************************************************************************) -val str_uref : MathQL.mquref -> string (* string linearization of a UriManager reference *) +val text_of_query : MathQL.query -> string -val str_tref : MathQL.mqtref -> string (* string linearization of a tokenized reference *) +val text_of_result : MathQL.result -> string -val out_query : MathQL.mquery -> string (* HTML representation of a query *) +val query_of_text : Lexing.lexbuf -> MathQL.query -val out_result : MathQL.mqresult -> string (* HTML representation of a query result *) +val result_of_text : Lexing.lexbuf -> MathQL.result -val tref_uref : MathQL.mquref -> MathQL.mqtref (* "tref of uref" conversion *) +(* -val parse_text : in_channel -> MathQL.mquery (* textual parsing of a query *) +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 *) + +val parse_text : in_channel -> MathQL.mquery (* textual parsing of a query *) + +*)