]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.mli
(temporary, waiting for abstraction over disambiguators) ported to Andrea &
[helm.git] / helm / gTopLevel / termEditor.mli
index ce51bdbe84fcba241fe8e67cc2006393e1b9c034..77fd2285d02bc3024b55deb8481cd0fa976fe0ea 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+open Disambiguate_types
+
 class type term_editor =
  object
    method coerce : GObj.widget
@@ -33,12 +35,12 @@ 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 id_to_uris : environment ref
  end
 
-val empty_id_to_uris : Disambiguate.domain_and_interpretation
+val empty_id_to_uris : environment
 
-module Make (C : Disambiguate.Callbacks) :
+module Make (C : Callbacks) :
    sig
     val term_editor :
      MQIConn.handle ->