Copyright | © Frank Jung 2023 |
---|---|
License | GPL-3.0-only |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Months
Contents
Description
Types
Months of the year.
Type classes
class (Eq a, Enum a, Bounded a) => CyclicEnum a where Source #
Cyclic bounded enumeration of compass directions.
Minimal complete definition
Nothing
Methods
Predecessor of a Cyclic enumeration.
Successor of a Cyclic enumeration.