Module type Generic_types.Generic

Generic defines the types used in arity-generic container-like signatures.

type ('a, 'phantom) t

Placeholder for the container type.

type 'a elt

Placeholder for the type of elements inside the container.