A minute is a ranged integer from 0 to 59.
pub opaque type Minute
pub fn compare(a: Minute, b: Minute) -> Order
pub fn from_int(value: Int) -> Result(Minute, Overflow)
pub fn to_int(value: Minute) -> Int