package refl

  1. Overview
  2. Docs

Module Refl.SequenceSource

Parameters

module T : UnaryTypeS

Signature

Sourcetype _ t =
  1. | [] : unit t
  2. | :: : 'head T.t * 'tail t -> ('head * 'tail) t
OCaml

Innovation. Community. Security.