]> 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 b70eb737fba41df132a08aabb51f4076a747ed15..78b0353d8c1b4391d6aed0dc149fe689e9dc7d49 100644 (file)
 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
 
 type choose_uris_callback = id:string -> UriManager.uri list -> UriManager.uri list
 type choose_interp_callback =