]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.mli
MQueryInterpreter: interface updated
[helm.git] / helm / gTopLevel / termEditor.mli
index 23f657c64954a051ba2dbe47aabdc74772a7c9e3..55746ff1e2641adcbf55af5e42a91d07dc19605f 100644 (file)
@@ -35,11 +35,12 @@ class type term_editor =
    method id_to_uris : Disambiguate.domain_and_interpretation ref
  end
 
-val empty_id_to_uris : string list * (string -> CicTextualParser0.uri option)
+val empty_id_to_uris : Disambiguate.domain_and_interpretation
 
 module Make (C : Disambiguate.Callbacks) :
    sig
     val term_editor :
+     MQIConn.handle ->
      ?packing:(GObj.widget -> unit) ->
      ?width:int ->
      ?height:int ->