package refl

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