]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIProperty.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_interpreter / mQIProperty.mli
index 90ac3cba62d13c19ab54b4420f4d0ddb7a1f3344..f8159aaa83ce34e144d045ffbbf8428c2ef914e8 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-open MathQL
-
-val postgres: refine -> path ->  
-              (bool * path * value) list -> (bool * path * value) list -> 
-             exp_list -> result
+(*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
+ *)
 
-val galax: refine -> path -> 
-           (bool * path * value) list -> (bool * path * value) list -> 
-          exp_list -> result
+val exec: MQIConn.handle -> 
+          MathQL.refine -> MathQL.path ->  
+          MathQL.path MQITypes.con_true -> MathQL.path MQITypes.con_false -> 
+         MathQL.exp_list -> MathQL.result