X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIProperty.mli;h=f64c28d0f3225424a8f2b49e29d05d46f5f1efd7;hb=1226984185a0ebc8b6cd6e694375c65c04f5ffda;hp=7c2bc95f8e5bd9f4e94d4bc45c4e410a99aadabe;hpb=91db309a46f8b6f100a36abbc568deec10a8d1df;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.mli b/helm/ocaml/mathql_interpreter/mQIProperty.mli index 7c2bc95f8..f64c28d0f 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.mli +++ b/helm/ocaml/mathql_interpreter/mQIProperty.mli @@ -23,9 +23,12 @@ * http://cs.unibo.it/helm/. *) +(* AUTOR: Ferruccio Guidi + *) + open MathQL open MQIConn val exec: handle -> refine -> path -> - (bool * path * value) list -> (bool * path * value) list list -> + (bool * path * result) list -> (bool * path * result) list list -> exp_list -> result