package textutils_kernel

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

textutils_kernel-v0.15.0.tar.gz
sha256=acac915dc3240a0888141e89dc9fcc8fe696c25003f331ca0f014bcbeb57fa37

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.