strive-0.7.0: A Haskell client for the Strava V3 API.

Safe HaskellNone
LanguageHaskell2010

Strive.Utilities

Description

Utility functions for making common actions easier.

Synopsis

Documentation

with :: Default a => [a -> a] -> a Source

Modify an action's default options by listing changes to it.