]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.mli
first moogle template checkin
[helm.git] / helm / gTopLevel / termEditor.mli
index ce51bdbe84fcba241fe8e67cc2006393e1b9c034..b3fb949378f504bb9b060d1c88cf60d23bdfc812 100644 (file)
@@ -33,12 +33,10 @@ class type term_editor =
      metasenv:Cic.metasenv -> Cic.metasenv * Cic.term
    method reset : unit
    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 ->
@@ -46,6 +44,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