]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryUtil.mli
mathQL modified, stderr corrected to stdout im mathql_interpreter,
[helm.git] / helm / ocaml / mathql / mQueryUtil.mli
index 94126555b006dfdf3ab88675f43ad27c7a584d43..0e62e4a1397bdba8a5b4717b534afbc62530e185 100644 (file)
 (*                                                                            *)
 (******************************************************************************)
 
-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 out_result : MathQL.mqresult -> string      (* HTML representation of a query result *)
+val xp_str_tref : MathQL.mqtref -> string        (* string linearization of a tokenized reference *)
 
-val tref_uref  : MathQL.mquref -> MathQL.mqtref (* "tref of uref" conversion *)
+val out_query   : MathQL.mquery -> string        (* HTML representation of a query *)
 
-val parse_text : in_channel -> MathQL.mquery    (* textual parsing 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 *)