X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FmQueryUtil.mli;h=e7ee98395695edf21d308cd9fe391064742327ff;hb=7646d66b5a68ad83611e19ac2634c86c16bc7d21;hp=0e62e4a1397bdba8a5b4717b534afbc62530e185;hpb=dec50888f98015c937283acc14e2ffceccc04a11;p=helm.git diff --git a/helm/ocaml/mathql/mQueryUtil.mli b/helm/ocaml/mathql/mQueryUtil.mli index 0e62e4a13..e7ee98395 100644 --- a/helm/ocaml/mathql/mQueryUtil.mli +++ b/helm/ocaml/mathql/mQueryUtil.mli @@ -33,6 +33,16 @@ (* *) (******************************************************************************) +val text_of_query : MathQL.query -> string + +val text_of_result : MathQL.result -> 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 *) @@ -48,3 +58,5 @@ val out_result : MathQL.mqresult -> string (* HTML representation of a que val tref_uref : MathQL.mquref -> MathQL.mqtref (* "tref of uref" conversion *) val parse_text : in_channel -> MathQL.mquery (* textual parsing of a query *) + +*)