]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteDisambiguator.mli
...
[helm.git] / helm / software / components / grafite_parser / grafiteDisambiguator.mli
index 88940c2c3818bd40cd30c5e707295ceae1e79bfb..1d97b1b6b4b121cc8f21e90442d91d87bd8a4583 100644 (file)
@@ -30,8 +30,8 @@ exception Ambiguous_input
 exception DisambiguationError of
  int *
  ((Stdpp.location list * string * string) list *
-  (DisambiguateTypes.domain_item * DisambiguateTypes.codomain_item) list *
-  Stdpp.location option * string Lazy.t * bool) list list
+  (DisambiguateTypes.domain_item * string) list *
+  (Stdpp.location * string) Lazy.t * bool) list list
   (** parameters are: option name, error message *)
 
 (** initially false; for debugging only (???) *)