strive-3.0.4: A 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.