X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite_parser%2FgrafiteDisambiguator.mli;h=f37991f934c8f3b27a9afe247b6afb7feaab8359;hb=2546750a2a1ec5718e3960068be988ab4e03a23b;hp=52add3974c8304f567f774b6a64c23834e6a3a99;hpb=2128fab91157cc06157cede44f8aa95a1acd453d;p=helm.git diff --git a/components/grafite_parser/grafiteDisambiguator.mli b/components/grafite_parser/grafiteDisambiguator.mli index 52add3974..f37991f93 100644 --- a/components/grafite_parser/grafiteDisambiguator.mli +++ b/components/grafite_parser/grafiteDisambiguator.mli @@ -28,7 +28,11 @@ 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 *) (** initially false; for debugging only (???) *) val only_one_pass: bool ref