X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIProperty.mli;h=f8159aaa83ce34e144d045ffbbf8428c2ef914e8;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;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..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 list -> - exp_list -> result +(* AUTOR: Ferruccio Guidi + *) -val galax: 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