package refl

  1. Overview
  2. Docs
type !'a t =
  1. | [] : unit t
  2. | :: : (unit -> 'head) * 'tail t -> ('head0 * 'tail0) t