std.unit

The unit type.

Values

#[implicit]
let eq : Eq ()

Eq a defines equality (==) on a

#[implicit]
let ord : Ord ()

Ord a defines an ordering on a

#[implicit]
let show : Show ()

Show a represents a conversion function from a to a readable string.