The unit type
type t = unit = | (()) | The unit type. The constructor |
val to_string : t -> stringto_string b is "()".
Ppx_deriving_runtime.Unittype t = unit = | (()) | The unit type. The constructor |
val to_string : t -> stringto_string b is "()".