package textutils_kernel

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

textutils_kernel-v0.14.0.tar.gz
sha256=633c2079cb5250dffee6a1329b28d63fa863a66489369f85f9dcc0e4256db0f0
md5=60108803a21379909ca35d2ba96d3843

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

Module Text_block.With_static_lengthsSource

Provide 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.