X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fmqint.mli;h=45e8b60efcbdc2baab270d1866b5563e287cdf3a;hb=93f90c8035a846fad1a51a70e59da3e4828a4e97;hp=60f00f50c3da307f028ad0826d8f7eaa5147668d;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mqint.mli b/helm/ocaml/mathql_interpreter/mqint.mli index 60f00f50c..45e8b60ef 100644 --- a/helm/ocaml/mathql_interpreter/mqint.mli +++ b/helm/ocaml/mathql_interpreter/mqint.mli @@ -23,23 +23,8 @@ * http://cs.unibo.it/helm/. *) -(* - * interfaccia dell'interprete MathQL - *) - -open MathQL;; - -(* - * inizializzazione del database - *) -val init: unit -> unit +val init : unit -> unit (* open database *) -(* - * esecuzione di query - *) -val execute: mquery -> mqresult;; +val execute : MathQL.query -> MathQL.result (* execute query *) -(* - * chiusura del database - *) -val close: unit -> unit +val close : unit -> unit (* close database *)