From: Claudio Sacerdoti Coen Date: Mon, 18 Nov 2002 09:51:30 +0000 (+0000) Subject: IllFormedUri exception now exported. X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e8393183461d4aa2637b250c8e8d5b303a22c675;p=helm.git IllFormedUri exception now exported. --- diff --git a/helm/ocaml/urimanager/uriManager.mli b/helm/ocaml/urimanager/uriManager.mli index 9a702605e..5d6ad6783 100644 --- a/helm/ocaml/urimanager/uriManager.mli +++ b/helm/ocaml/urimanager/uriManager.mli @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +exception IllFormedUri of string;; + type uri val eq : uri -> uri -> bool