X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_disambiguation%2FdisambiguateTypes.mli;h=00fe4114cdcde61ca5e5bde2e299bcda3c846985;hb=f919cce8d299eab1dda92af4c5b53a8a7ac348af;hp=b584f0bec25437ea993cd3aa35108c171e539e84;hpb=8f9d476c32c48d14348a61889dc191c7696bd404;p=helm.git diff --git a/helm/software/components/cic_disambiguation/disambiguateTypes.mli b/helm/software/components/cic_disambiguation/disambiguateTypes.mli index b584f0bec..00fe4114c 100644 --- a/helm/software/components/cic_disambiguation/disambiguateTypes.mli +++ b/helm/software/components/cic_disambiguation/disambiguateTypes.mli @@ -41,7 +41,7 @@ end (** to be raised when a choice is invalid due to some given parameter (e.g. * wrong number of Cic.term arguments received) *) -exception Invalid_choice of string Lazy.t +exception Invalid_choice of Stdpp.location option * string Lazy.t type codomain_item = string * (* description *) @@ -72,7 +72,7 @@ module type Callbacks = val interactive_interpretation_choice : string -> int -> - (Token.flocation list * string * string) list list -> int list + (Stdpp.location list * string * string) list list -> int list (** @param title gtk window title for user prompting * @param id unbound identifier which originated this callback invocation *)