Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
transformBiM :: (Monad m, Applicative m, Biplate from to) => (to -> m to) -> from -> m fromuniplate Data.Generics.Uniplate.Operations No documentation available.
transformM :: (Monad m, Applicative m, Uniplate on) => (on -> m on) -> on -> m onuniplate Data.Generics.Uniplate.Operations Applicative variant of transform
transformOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> fromuniplate Data.Generics.UniplateOn No documentation available.
transformOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m fromuniplate Data.Generics.UniplateOn No documentation available.
transform :: Uniplate on => (on -> on) -> on -> onuniplate Data.Generics.UniplateStr Transform every element in the tree, in a bottom-up manner. For example, replacing negative literals with literals:
negLits = transform f where f (Neg (Lit i)) = Lit (negate i) f x = x
transformM :: (Monad m, Uniplate on) => (on -> m on) -> on -> m onuniplate Data.Generics.UniplateStr Monadic variant of transform
transformOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> fromuniplate Data.Generics.UniplateStrOn No documentation available.
transformOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m fromuniplate Data.Generics.UniplateStrOn No documentation available.
-
unix-time Data.UnixTime Format for e-mail (RFC 5322). The value is "%a, %d %b %Y %H:%M:%S %z". This should be used with formatUnixTime and parseUnixTime.
-
unix-time Data.UnixTime Format for web (RFC 2616). The value is "%a, %d %b %Y %H:%M:%S GMT". This should be used with formatUnixTimeGMT and parseUnixTimeGMT.