Ecaml.Tabulated_listSourceTabulated lists display table data, one line per record and one column per field.
Note that we attempt to improve upon the elisp interface of tabulated-list-mode.
val create :
Major_mode.t ->
'record Column.t list ->
id_equal:('id -> 'id -> bool) ->
id_type:'id Ecaml_value.Value.Type.t ->
id_of_record:('record -> 'id) ->
('record, 'id) tRaises unless the major mode derives from Tabulated_list_mode.major_mode.
get_id_at_point_exn returns None if there is no id at point, and raises if the id at point cannot be of_value_exn'ed.
(describe-variable 'tabulated-list-revert-hook)