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.

  1. transformBiM :: (Monad m, Applicative m, Biplate from to) => (to -> m to) -> from -> m from

    uniplate Data.Generics.Uniplate.Operations

    No documentation available.

  2. transformM :: (Monad m, Applicative m, Uniplate on) => (on -> m on) -> on -> m on

    uniplate Data.Generics.Uniplate.Operations

    Applicative variant of transform

  3. transformOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> from

    uniplate Data.Generics.UniplateOn

    No documentation available.

  4. transformOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m from

    uniplate Data.Generics.UniplateOn

    No documentation available.

  5. transform :: Uniplate on => (on -> on) -> on -> on

    uniplate 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
    

  6. transformM :: (Monad m, Uniplate on) => (on -> m on) -> on -> m on

    uniplate Data.Generics.UniplateStr

    Monadic variant of transform

  7. transformOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> from

    uniplate Data.Generics.UniplateStrOn

    No documentation available.

  8. transformOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m from

    uniplate Data.Generics.UniplateStrOn

    No documentation available.

  9. mailDateFormat :: Format

    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.

  10. webDateFormat :: Format

    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.

Page 586 of many | Previous | Next