package lambda-term

  1. Overview
  2. Docs
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 modal_frame : object ... end
class hline : t
class vline : t
class button : string -> object ... end
class checkbutton : string -> bool -> object ... end
class type !'a radio = object ... end
class !'a radiogroup : object ... end
class !'a radiobutton : 'a radiogroup -> string -> 'a -> object ... end
val run : LTerm.t -> ?save_state:bool -> ?load_resources:bool -> ?resources_file:string -> t -> 'a Lwt.t -> 'a Lwt.t
val run_modal : LTerm.t -> ?save_state:bool -> ?load_resources:bool -> ?resources_file:string -> t Lwt_react.event -> unit Lwt_react.event -> t -> 'a Lwt.t -> 'a Lwt.t
val prepare_simple_run : unit -> (t -> 'a Lwt.t) * (t -> unit -> unit) * (?step:React.step -> unit -> unit) * ('a -> unit)
OCaml

Innovation. Community. Security.