package containers

  1. Overview
  2. Docs
include module type of struct include Stdlib.Unit end
type t = unit =
  1. | ()
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string