From 836a20ea87e826b9428bee85543281235975c1ed Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Tue, 20 Jan 2004 18:10:30 +0000 Subject: [PATCH] functor added --- helm/ocaml/mathql_interpreter/mQIProperty.mli | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.39.2