package textutils_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.