X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FmQueryUtil.mli;h=0e62e4a1397bdba8a5b4717b534afbc62530e185;hb=57a47d11437c168d5ee1c6024ae7a48df8a302ba;hp=139cb018143133ce2e782dc2dfe6c1016956a8a6;hpb=6c04191a9045120d3cf5f6046eee627d6499e5c9;p=helm.git diff --git a/helm/ocaml/mathql/mQueryUtil.mli b/helm/ocaml/mathql/mQueryUtil.mli index 139cb0181..0e62e4a13 100644 --- a/helm/ocaml/mathql/mQueryUtil.mli +++ b/helm/ocaml/mathql/mQueryUtil.mli @@ -33,12 +33,18 @@ (* *) (******************************************************************************) -val str_uref : MathQL.mquref -> string (* string linearization of a UriManager reference *) +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 str_tref : MathQL.mqtref -> string (* string linearization of a tokenized reference *) -val out_query : MathQL.mquery -> string (* HTML representation of a query *) +val xp_str_uref : MathQL.mquref -> string (* string linearization of a UriMan. reference *) -val tref_uref : MathQL.mquref -> MathQL.mqtref (* "tref of uref" conversion *) +val xp_str_tref : MathQL.mqtref -> string (* string linearization of a tokenized reference *) -val parse_text : in_channel -> MathQL.mquery (* textual parsing of a query *) +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 *)