X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite_parser%2FgrafiteDisambiguator.ml;h=4f812ff2f032abae8448782165da6bdc544d5bea;hb=614e3c3fb219e404e60810bfc04072351803b8e8;hp=181532462b7b370140297ee48a119e7510e30991;hpb=3347eb56c6951e39e7d7b375198ab819dffcdf1b;p=helm.git diff --git a/components/grafite_parser/grafiteDisambiguator.ml b/components/grafite_parser/grafiteDisambiguator.ml index 181532462..4f812ff2f 100644 --- a/components/grafite_parser/grafiteDisambiguator.ml +++ b/components/grafite_parser/grafiteDisambiguator.ml @@ -30,7 +30,10 @@ 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 * + ((Token.flocation list * string * string) list * + (DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list * + Token.flocation option * string Lazy.t * bool) list list (** parameters are: option name, error message *) exception Unbound_identifier of string