package lambda-term

  1. Overview
  2. Docs
type switch
val register : switch option -> 'a Lwt_sequence.t -> 'a -> unit
val stop : switch -> unit
val exec_callbacks : ('a -> unit) Lwt_sequence.t -> 'a -> unit
val exec_filters : ('a -> bool) Lwt_sequence.t -> 'a -> bool
class t : string -> object ... end
class label : string -> object ... end
exception Out_of_range
class type box = object ... end
class hbox : box
class vbox : box
class frame : object ... end
class hline : t
class vline : t
class button : string -> object ... end
val run : LTerm.t -> ?save_state:bool -> ?load_resources:bool -> ?resources_file:string -> t -> 'a Lwt.t -> 'a Lwt.t