X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIProperty.mli;h=f8159aaa83ce34e144d045ffbbf8428c2ef914e8;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=90ac3cba62d13c19ab54b4420f4d0ddb7a1f3344;hpb=48b9bb5e9504aba97cff28a9d7e2797feb42972e;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.mli b/helm/ocaml/mathql_interpreter/mQIProperty.mli index 90ac3cba6..f8159aaa8 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.mli +++ b/helm/ocaml/mathql_interpreter/mQIProperty.mli @@ -23,12 +23,10 @@ * 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 + *) -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