Safe Haskell | None |
---|---|
Language | GHC2021 |
Yesod.Core.Lens
Documentation
envL :: forall child site f. Functor f => (RunHandlerEnv child site -> f (RunHandlerEnv child site)) -> HandlerData child site -> f (HandlerData child site) Source #
siteL :: forall child site f. Functor f => (site -> f site) -> RunHandlerEnv child site -> f (RunHandlerEnv child site) Source #