package textutils_kernel

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

textutils_kernel-v0.16.0.tar.gz
sha256=621e8ecf031ceac0dbb70a5ac4d8ef6add20cf387844402a3fb9e149870ad131

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.