]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteDisambiguator.mli
Disambiguation errors now carry more information (i.e. the patches to apply to
[helm.git] / helm / software / components / grafite_parser / grafiteDisambiguator.mli
index 52add3974c8304f567f774b6a64c23834e6a3a99..78b0353d8c1b4391d6aed0dc149fe689e9dc7d49 100644 (file)
@@ -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