package textutils_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'shape) t =
  1. | [] : (_, [ `nil ]) t
  2. | :: : 'a * ('a, 'shape) t -> ('a, [ `cons of 'shape ]) t