X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIProperty.mli;h=7c2bc95f8e5bd9f4e94d4bc45c4e410a99aadabe;hb=a48c5f0f412bbb8c1d6601dd5e11e5c3746f11d5;hp=d47fc34c455a32fd964ab0c11e34efc235d9ed98;hpb=99bd3d38d021bb5c618883e8a484891f227082c3;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.mli b/helm/ocaml/mathql_interpreter/mQIProperty.mli index d47fc34c4..7c2bc95f8 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.mli +++ b/helm/ocaml/mathql_interpreter/mQIProperty.mli @@ -24,11 +24,8 @@ *) open MathQL +open MQIConn -val postgres: refine -> path -> - (bool * path * value) list -> (bool * path * value) list list -> - exp_list -> result - -val galax: refine -> path -> - (bool * path * value) list -> (bool * path * value) list list -> - exp_list -> result +val exec: handle -> refine -> path -> + (bool * path * value) list -> (bool * path * value) list list -> + exp_list -> result