X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FgrafiteDisambiguator.mli;h=78b0353d8c1b4391d6aed0dc149fe689e9dc7d49;hb=d4232ba846e48a959637d94445f169deca5464b4;hp=52add3974c8304f567f774b6a64c23834e6a3a99;hpb=5bc000d9a2e8e41db58d610f3221270add686888;p=helm.git diff --git a/helm/software/components/grafite_parser/grafiteDisambiguator.mli b/helm/software/components/grafite_parser/grafiteDisambiguator.mli index 52add3974..78b0353d8 100644 --- a/helm/software/components/grafite_parser/grafiteDisambiguator.mli +++ b/helm/software/components/grafite_parser/grafiteDisambiguator.mli @@ -28,7 +28,8 @@ 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 (** initially false; for debugging only (???) *) val only_one_pass: bool ref