X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fmqint.mli;fp=helm%2Focaml%2Fmathql_interpreter%2Fmqint.mli;h=45e8b60efcbdc2baab270d1866b5563e287cdf3a;hb=edcc98f6e60c3ffc481082b5c28349219c3883df;hp=920243fbbbf5d78fe9a33d06966ea7924b1593c4;hpb=1ff21c2c91021a1743425adc4535fc52346783ff;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mqint.mli b/helm/ocaml/mathql_interpreter/mqint.mli index 920243fbb..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 - *) - -(* - * inizializzazione del database - -val init: unit -> unit - *) +val init : unit -> unit (* open database *) -(* - * esecuzione di query - *) -val execute: MathQL.set_exp -> MathQL.resource_set +val execute : MathQL.query -> MathQL.result (* execute query *) -(* - * chiusura del database - -val close: unit -> unit - *) +val close : unit -> unit (* close database *)