textutils_kernel.text_block
Text_block.With_static_lengths
Versions of halign and valign with the invariant about list length encoded into the types.
You can write, for example:
let [x; y] = Text_block.With_static_lengths.valign [x; y] in ...
ppxlib
textutils_kernel.text_graph
textutils_kernel.utf8_text
yojson
module List : sig ... end
val halign : halign -> (t, 'shape) List.t -> (t, 'shape) List.t
val valign : valign -> (t, 'shape) List.t -> (t, 'shape) List.t