]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/disambiguate.mli
Disambiguation errors now carry more information (i.e. the patches to apply to
[helm.git] / helm / software / components / cic_disambiguation / disambiguate.mli
index e7c6b777fda44e7a228eda88fd7825b97f775bbb..88162df7bfdff900564f179a1008ad97950c68ac 100644 (file)
@@ -27,7 +27,7 @@
 
 (* the integer is an offset to be added to each location *)
 exception NoWellTypedInterpretation of
- int * (Token.flocation option * string Lazy.t) list
+ int * ((DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list * Token.flocation option * string Lazy.t) list
 exception PathNotWellFormed
 
 val interpretate_path :