module Css : sig ... endmodule Grouped_help_text : sig ... endA Grouped_help_text.t is similar to a Help_text.t, but allows the user to organize
the commands into groups.
module Help_text : sig ... endA Help_text.t represents the documentation for a collection of commands. It can be
displayed as a Vdom node.
module Mesa_cell : sig ... endmodule Mesa_column : sig ... endmodule Mesa : sig ... endmodule Keyboard_event : sig ... endmodule Keyboard_event_handler : sig ... endA Keyboard_event_handler.t is a collections of actions (commands and disabled keys)
that can be used to handle keyboard events and to produce help text.
module Keystroke : sig ... endmodule Form : sig ... endmodule Partial_render_list : sig ... endmodule Row_node_spec : sig ... endmodule Table : sig ... endmodule Table_id : sig ... endmodule Table_intf : sig ... endmodule Util : sig ... endmodule Variable_keyboard_event_handler : sig ... endA Variable_keyboard_event_handler.t provides a way of representing a keyboard event
handler that contains both a (possibly empty) constant set of actions and a variable
set of actions that depends on some 'env variable. In order to handle keyboard
events or produce help text, it must first be converted to a
Keyboard_event_handler.t using the function to_const_handler.