package textutils_kernel

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=793902157823c4112948514201a9e5c05126212b2b8d8b05a3cac786f752aa89

doc/textutils_kernel.text_block/Text_block/With_static_lengths/index.html

Module Text_block.With_static_lengthsSource

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
  ...
Sourcemodule List : sig ... end
Sourceval halign : halign -> (t, 'shape) List.t -> (t, 'shape) List.t
Sourceval valign : valign -> (t, 'shape) List.t -> (t, 'shape) List.t
OCaml

Innovation. Community. Security.