]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaGui.mli
severe bug found in parallel zeta
[helm.git] / helm / software / matita / matitaGui.mli
index 8c9064e1da3a49e79e4f9447b6c038e9d20732c0..796c33fef4b9fb42559561d91b61422816f3ea43 100644 (file)
@@ -23,6 +23,9 @@
  * http://helm.cs.unibo.it/
  *)
 
+  (** for debugging only *)
+val all_disambiguation_passes: bool ref
+
   (** singleton instance of the gui *)
 val instance: unit -> MatitaGuiTypes.gui
 
@@ -40,10 +43,10 @@ val interactive_uri_choice:
   ?hide_uri_entry:bool -> ?hide_try:bool -> ?ok_label:string ->
   ?ok_action:[`AUTO|`SELECT] ->
   ?copy_cb:(string -> unit) -> unit ->
-    GrafiteDisambiguator.choose_uris_callback
+  id:'a -> UriManager.uri list -> UriManager.uri list
 
   (** @raise MatitaTypes.Cancel *)
 val interactive_interp_choice:
   unit ->
-    GrafiteDisambiguator.choose_interp_callback
+    DisambiguateTypes.interactive_interpretation_choice_type