]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/urimanager/uriManager.mli
Aliases definition removed from the
[helm.git] / helm / ocaml / urimanager / uriManager.mli
index 9a702605ec9d656fe97b078478f9d62ca24b777b..5d6ad67831af0abc31c75f4c671d9ffffb24cb81 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+exception IllFormedUri of string;;
+
 type uri
 
 val eq : uri -> uri -> bool