1 class type term_editor =
3 method coerce : GObj.widget
4 method get_as_string : string
5 method get_metasenv_and_term :
7 metasenv:Cic.metasenv -> Cic.metasenv * Cic.term * CicUniv.universe_graph
8 method environment : DisambiguatingParser.EnvironmentP3.t ref
10 method set_term : string -> unit
14 functor (C : DisambiguateTypes.Callbacks) ->
18 ?packing:(GObj.widget -> unit) ->
21 ?isnotempty_callback:(bool -> unit) ->
22 ?share_environment_with:term_editor -> unit -> term_editor