Block.List'Lists.
type type' = [ | `Unordered of Layout.charwith given marker.
*)| `Ordered of int * Layout.charstarting at given integer, markers ending with given character (')' or '.').
]The type for list types.
The type for lists.
val make : ?tight:bool -> type' -> List_item.t node list -> tmake ?tight t items is a list with given parameters. tight default to true, but should be computed from items in practice.
val items : t -> List_item.t node listitems l are the items of l.