X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtermEditor.mli;h=2817f812a7b9e44c4cd5fb26343550fb250795dc;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=ecb40decdb207d2bad00fbb155f8b3b03bca6dce;hpb=4566aebfc281e0ad37da2f0f60155d5d9185a7f2;p=helm.git diff --git a/helm/gTopLevel/termEditor.mli b/helm/gTopLevel/termEditor.mli index ecb40decd..2817f812a 100644 --- a/helm/gTopLevel/termEditor.mli +++ b/helm/gTopLevel/termEditor.mli @@ -30,7 +30,8 @@ class type term_editor = method get_as_string : string method get_metasenv_and_term : context:Cic.context -> - metasenv:Cic.metasenv -> Cic.metasenv * Cic.term + metasenv:Cic.metasenv -> + Cic.metasenv * Cic.term * CicUniv.universe_graph method reset : unit method set_term : string -> unit method environment : DisambiguatingParser.EnvironmentP3.t ref @@ -39,7 +40,7 @@ class type term_editor = module Make (C : DisambiguateTypes.Callbacks) : sig val term_editor : - dbh:Dbi.connection -> + dbd:Mysql.dbd -> ?packing:(GObj.widget -> unit) -> ?width:int -> ?height:int ->