Module Stdlib.UnitSource
Unit values.
The unit type
The unit type.
The constructor () is included here so that it has a path, but it is not intended to be used in user-defined data types.
equal u1 u2 is true.
compare u1 u2 is 0.
to_string b is "()".