]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIProperty.mli
first version
[helm.git] / helm / ocaml / mathql_interpreter / mQIProperty.mli
index d47fc34c455a32fd964ab0c11e34efc235d9ed98..f64c28d0f3225424a8f2b49e29d05d46f5f1efd7 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 list -> 
-             exp_list -> result
+open MathQL
+open MQIConn
 
-val galax: refine -> path -> 
-           (bool * path * value) list -> (bool * path * value) list list -> 
-          exp_list -> result
+val exec: handle -> refine -> path ->  
+          (bool * path * result) list -> (bool * path * result) list list -> 
+         exp_list -> result