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
val space : LTerm_key.code
class button : ?brackets:(LiteralIntf.string_intf * LiteralIntf.string_intf) option -> LiteralIntf.string_intf -> object ... end
class checkbutton : LiteralIntf.string_intf -> bool -> object ... end
class type 'a radio = object ... end
class 'a radiogroup : object ... end
class 'a radiobutton : 'a0 radiogroup -> LiteralIntf.string_intf -> 'a1 -> object ... end