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

Safe HaskellNone
LanguageHaskell2010

Strive.Internal.TH

Description

Helper functions for template Haskell, to avoid stage restrictions.

Synopsis

Documentation

options :: Options Source

Default FromJSON options.

makeLenses :: String -> Q [Dec] Source

Generate lens classes and instances for a type.