Safe Haskell | None |
---|---|
Language | Haskell2010 |
Strive.Enums
Description
Types for choosing an option from a limited set.
- data ActivityType
- = AlpineSki
- | BackcountrySki
- | Canoeing
- | CrossCountrySkiing
- | Crossfit
- | Elliptical
- | Hike
- | IceSkate
- | InlineSkate
- | Kayaking
- | KiteSurf
- | NordicSki
- | Ride
- | RockClimbing
- | RollerSki
- | Rowing
- | Run
- | Snowboard
- | Snowshoe
- | StairStepper
- | StandUpPaddling
- | Surfing
- | Swim
- | VirtualRide
- | Walk
- | WeightTraining
- | Windsurf
- | Workout
- | Yoga
- 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 |
A club's type.
Constructors
CasualClub | |
Company | |
Other | |
RacingTeam | |
Shop |
A bike's frame type.
Constructors
CrossFrame | |
MountainFrame | |
RoadFrame | |
TimeTrialFrame |
An athlete's gender.
Instances
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.
A club's sport type.
Constructors
SportCycling | |
SportOther | |
SportRunning | |
SportTriathalon |
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.