]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryUtil.mli
mathQL and mqint updated
[helm.git] / helm / ocaml / mathql / mQueryUtil.mli
index 139cb018143133ce2e782dc2dfe6c1016956a8a6..94126555b006dfdf3ab88675f43ad27c7a584d43 100644 (file)
@@ -39,6 +39,8 @@ val str_tref   : MathQL.mqtref -> string        (* string linearization of a tok
 
 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 *)