| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Strive.Enums
Description
Types for choosing an option from a limited set.
- data ActivityType
- data ActivityZoneType
- data AgeGroup
- data ClubType
- = CasualClub
- | Company
- | Other
- | RacingTeam
- | Shop
- data FrameType
- data Gender
- data MeasurementPreference
- data PhotoType = InstagramPhoto
- data Resolution
- data ResourceState
- data SegmentActivityType
- data SeriesType
- data SportType
- data StreamType
- data WeightClass
Documentation
data ActivityType #
An activity's type.
Constructors
Instances
An athlete's age group.
Constructors
| Ages0To24 | |
| Ages25To34 | |
| Ages35To44 | |
| Ages45To54 | |
| Ages55To64 | |
| Ages65Plus |
Instances
A bike's frame type.
Constructors
| CrossFrame | |
| MountainFrame | |
| RoadFrame | |
| TimeTrialFrame |
An athlete's gender.
data MeasurementPreference #
An athlete's measurement preference.
A photo's type.
Constructors
| InstagramPhoto |
data Resolution #
A stream's resolution.
data ResourceState #
A resource's state.
Instances
data SegmentActivityType #
A segment's activity type.
data SeriesType #
A series' type in a stream.
data StreamType #
A stream's type.
Constructors
| AltitudeStream | |
| CadenceStream | |
| DistanceStream | |
| GradeSmoothStream | |
| HeartrateStream | |
| LatlngStream | |
| MovingStream | |
| TempStream | |
| TimeStream | |
| VelocitySmoothStream | |
| WattsStream |
Instances
data WeightClass #
An athlete's weight class.
Constructors
| Kilograms0To54 | |
| Kilograms55To64 | |
| Kilograms65To74 | |
| Kilograms75To84 | |
| Kilograms85To94 | |
| Kilograms95Plus | |
| Pounds0To124 | |
| Pounds125To149 | |
| Pounds150To164 | |
| Pounds165To179 | |
| Pounds180To199 | |
| Pounds200Plus |
Instances