]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaDisambiguator.mli
ocaml 3.09 transition
[helm.git] / helm / matita / matitaDisambiguator.mli
index 01fa97ef08810b9741a4efa6ebcaaac80152a86e..7e207e12fd7970f742daed95357c959d784dbb5e 100644 (file)
@@ -28,6 +28,7 @@ open MatitaTypes
 (** raised when ambiguous input is found but not expected (e.g. in the batch
   * compiler) *)
 exception Ambiguous_input
+exception DisambiguationError of string Lazy.t list list
 
 type choose_uris_callback = id:string -> UriManager.uri list -> UriManager.uri list
 type choose_interp_callback = (string * string) list list -> int list