]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/texTermEditor.mli
Eureka!
[helm.git] / helm / gTopLevel / texTermEditor.mli
index beb21ec85003fb80bebe74f28ed11f221be3b01c..8b040c9838a33a60c8fdb3d8fd1aae1a0cc0dafd 100644 (file)
@@ -34,12 +34,10 @@ class type term_editor =
    method reset : unit
    (* The input of set_term is unquoted *)
    method set_term : string -> unit
-   method id_to_uris : Disambiguate.domain_and_interpretation ref
+   method environment : DisambiguatingParser.EnvironmentP3.t ref
  end
 
-val empty_id_to_uris : Disambiguate.domain_and_interpretation
-
-module Make (C : Disambiguate.Callbacks) :
+module Make (C : DisambiguateTypes.Callbacks) :
    sig
     val term_editor :
      MQIConn.handle ->
@@ -47,6 +45,6 @@ module Make (C : Disambiguate.Callbacks) :
      ?width:int ->
      ?height:int ->
      ?isnotempty_callback:(bool -> unit) ->
-     ?share_id_to_uris_with:term_editor ->
+     ?share_environment_with:term_editor ->
      unit -> term_editor
    end