]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIProperty.mli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / mathql_interpreter / mQIProperty.mli
index 90ac3cba62d13c19ab54b4420f4d0ddb7a1f3344..1084cc94aaddb1665275ec20465c479534590981 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-open MathQL
+(*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
+ *)
 
-val postgres: refine -> path ->  
-              (bool * path * value) list -> (bool * path * value) list -> 
-             exp_list -> result
+open MathQL
+open MQIConn
 
-val galax: refine -> path -> 
-           (bool * path * value) list -> (bool * path * value) list -> 
-          exp_list -> result
+val exec: handle -> refine -> path ->  
+          (bool * path * value) list -> (bool * path * value) list list -> 
+         exp_list -> result