]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/disambiguateTypes.mli
Very experimental commit: the type of the source is now required in LetIns
[helm.git] / helm / software / components / cic_disambiguation / disambiguateTypes.mli
index b584f0bec25437ea993cd3aa35108c171e539e84..00fe4114cdcde61ca5e5bde2e299bcda3c846985 100644 (file)
@@ -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 *)