X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FtexTermEditor.mli;h=ece0bd8d99dbb84cee6ffe8a65ea1d7590a67998;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=c7709b5326c3ff5714606ed465bcfe3f782f7ef6;hpb=4566aebfc281e0ad37da2f0f60155d5d9185a7f2;p=helm.git diff --git a/helm/gTopLevel/texTermEditor.mli b/helm/gTopLevel/texTermEditor.mli index c7709b532..ece0bd8d9 100644 --- a/helm/gTopLevel/texTermEditor.mli +++ b/helm/gTopLevel/texTermEditor.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 (* The input of set_term is unquoted *) method set_term : string -> unit @@ -40,7 +41,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 ->