]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.mli
sync with universes and ~subst (and not ?(subst=[]))
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.mli
index ccde1a4e85690dc66374e93a67deffc9558f8fc7..e88aa51bf3ef19b779e7e10c038b54b9cc0e1c54 100644 (file)
@@ -52,7 +52,7 @@ module type Callbacks =
 
     (** @param title gtk window title for user prompting
      * @param id unbound identifier which originated this callback invocation *)
-    val input_or_locate_uri : title:string -> ?id:string -> UriManager.uri
+    val input_or_locate_uri : title:string -> ?id:string -> unit -> UriManager.uri
   end
 
 val string_of_domain_item: domain_item -> string
@@ -64,3 +64,4 @@ type term = CicAst.term
 type tactic = (term, string) TacticAst.tactic
 type tactical = (term, string) TacticAst.tactical
 
+val empty_environment: environment