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