]> 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 1084cc94aaddb1665275ec20465c479534590981..f8159aaa83ce34e144d045ffbbf8428c2ef914e8 100644 (file)
@@ -26,9 +26,7 @@
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
-open MathQL
-open MQIConn
-
-val exec: handle -> refine -> path ->  
-          (bool * path * value) list -> (bool * path * value) list 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