From: Ferruccio Guidi Date: Wed, 14 Apr 2004 11:25:09 +0000 (+0000) Subject: patched X-Git-Tag: dead_dir_walking~70 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ba3f48ce182aa1dfbf509232680757fbffefdd10;p=helm.git patched --- diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.mli b/helm/ocaml/mathql_interpreter/mQIProperty.mli index 093447072..f8159aaa8 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.mli +++ b/helm/ocaml/mathql_interpreter/mQIProperty.mli @@ -26,7 +26,7 @@ (* AUTOR: Ferruccio Guidi *) -val exec: MQIConn.handle -> MathQL.refine -> MathQL.path -> +val exec: MQIConn.handle -> + MathQL.refine -> MathQL.path -> MathQL.path MQITypes.con_true -> MathQL.path MQITypes.con_false -> MathQL.exp_list -> MathQL.result -