]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteDisambiguator.ml
Disambiguation errors now carry more information (i.e. the patches to apply to
[helm.git] / helm / software / components / grafite_parser / grafiteDisambiguator.ml
index 181532462b7b370140297ee48a119e7510e30991..ee156674f0a6abe284b21babb08b34467801891f 100644 (file)
@@ -30,7 +30,8 @@ open Printf
 exception Ambiguous_input
 (* the integer is an offset to be added to each location *)
 exception DisambiguationError of
- int * (Token.flocation option * string Lazy.t) list list
+ int * ((DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list *
+ Token.flocation option * string Lazy.t) list list
   (** parameters are: option name, error message *)
 exception Unbound_identifier of string