]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.ml
- enriched Parse_error exception with error location
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.ml
index a5e0f96f838b48b1e04cacc3aa2cae96ad11d8f8..18c78a2e8e9485b6f481b1ef3875d8c4c92bd097 100644 (file)
@@ -57,7 +57,7 @@ module type Callbacks =
       title:string -> msg:string -> id:string -> string list -> string list
     val interactive_interpretation_choice :
       (string * string) list list -> int list
-    val input_or_locate_uri : title:string -> ?id:string -> UriManager.uri
+    val input_or_locate_uri : title:string -> ?id:string -> unit -> UriManager.uri
   end
 
 let string_of_domain_item = function
@@ -76,3 +76,4 @@ let string_of_domain dom =
   Buffer.contents buf
 *)
 
+let empty_environment = Environment.empty