package codept-lib

  1. Overview
  2. Docs
type 'a tuple =
  1. | [] : void tuple
  2. | :: : 'a * 'b tuple -> ('a * 'b) tuple
type 'a t = 'a tuple
OCaml

Innovation. Community. Security.