package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

class t : string -> LTerm_widget_base_impl.t
exception Out_of_range
val insert : 'a -> 'b list -> int -> 'c list
type box_child = {
  1. widget : t;
  2. expand : bool;
  3. mutable length : int;
}
class type box = object ... end
class virtual abox : string -> object ... end
class hbox : object ... end
class vbox : object ... end
class frame : object ... end
class modal_frame : object ... end