X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtermEditor.mli;h=b3fb949378f504bb9b060d1c88cf60d23bdfc812;hb=d3c72d6856cd185e5b3e9f2e8b928b78c7031ed1;hp=77fd2285d02bc3024b55deb8481cd0fa976fe0ea;hpb=c1cf3479d53bbe813c254433b6b9d4d5839065d2;p=helm.git diff --git a/helm/gTopLevel/termEditor.mli b/helm/gTopLevel/termEditor.mli index 77fd2285d..b3fb94937 100644 --- a/helm/gTopLevel/termEditor.mli +++ b/helm/gTopLevel/termEditor.mli @@ -23,8 +23,6 @@ * http://cs.unibo.it/helm/. *) -open Disambiguate_types - class type term_editor = object method coerce : GObj.widget @@ -35,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 : environment ref + method environment : DisambiguatingParser.EnvironmentP3.t ref end -val empty_id_to_uris : environment - -module Make (C : Callbacks) : +module Make (C : DisambiguateTypes.Callbacks) : sig val term_editor : MQIConn.handle -> @@ -48,6 +44,6 @@ module Make (C : 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