]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIProperty.mli
now database interfaces are more abstract
[helm.git] / helm / ocaml / mathql_interpreter / mQIProperty.mli
index 1084cc94aaddb1665275ec20465c479534590981..093447072f9ac2acd1c93384ae2a4b339d4ff515 100644 (file)
@@ -26,9 +26,7 @@
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
-open MathQL
-open MQIConn
+val exec: MQIConn.handle -> MathQL.refine -> MathQL.path ->  
+          MathQL.path MQITypes.con_true -> MathQL.path MQITypes.con_false -> 
+         MathQL.exp_list -> MathQL.result
 
-val exec: handle -> refine -> path ->  
-          (bool * path * value) list -> (bool * path * value) list list -> 
-         exp_list -> result