]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_disambiguation/disambiguateTypes.mli
1. More localization: interpretation errors are now loosely localized.
[helm.git] / components / cic_disambiguation / disambiguateTypes.mli
index 96105670108e7d24a184c6042838bfd8659611c6..00fe4114cdcde61ca5e5bde2e299bcda3c846985 100644 (file)
@@ -41,7 +41,7 @@ end
 
   (** to be raised when a choice is invalid due to some given parameter (e.g.
    * wrong number of Cic.term arguments received) *)
-exception Invalid_choice of string Lazy.t
+exception Invalid_choice of Stdpp.location option * string Lazy.t
 
 type codomain_item =
   string *  (* description *)