From: Ferruccio Guidi Date: Tue, 20 Jan 2004 18:10:30 +0000 (+0000) Subject: functor added X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=836a20ea87e826b9428bee85543281235975c1ed functor added --- diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.mli b/helm/ocaml/mathql_interpreter/mQIProperty.mli index f64c28d0f..2f54f6290 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.mli +++ b/helm/ocaml/mathql_interpreter/mQIProperty.mli @@ -26,9 +26,8 @@ (* AUTOR: Ferruccio Guidi *) -open MathQL -open MQIConn - -val exec: handle -> refine -> path -> - (bool * path * result) list -> (bool * path * result) list list -> - exp_list -> result +val exec: MQIConn.handle -> + MathQL.refine -> MathQL.path -> + (bool * MathQL.path * MathQL.result) list -> + (bool * MathQL.path * MathQL.result) list list -> + MathQL.exp_list -> MathQL.result