• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gmapM :: (Uniplate a, Applicative m) => (a -> m a) -> a -> m a

    uniplate Data.Generics.SYB

    gmapM == descendM
    

  2. gmapQ :: Uniplate a => (a -> u) -> a -> [u]

    uniplate Data.Generics.SYB

    Use children

  3. gmapQi :: Uniplate a => Int -> (a -> u) -> a -> u

    uniplate Data.Generics.SYB

    Use children and !!

  4. gmapQl :: Uniplate a => (r -> r' -> r) -> r -> (a -> r') -> a -> r

    uniplate Data.Generics.SYB

    Use children and foldl

  5. gmapQr :: Uniplate a => (r' -> r -> r) -> r -> (a -> r') -> a -> r

    uniplate Data.Generics.SYB

    Use children and foldr

  6. gmapT :: Uniplate a => (a -> a) -> a -> a

    uniplate Data.Generics.SYB

    gmapT == descend
    

  7. strMap :: (a -> b) -> Str a -> Str b

    uniplate Data.Generics.Str

    No documentation available.

  8. strMapM :: Applicative m => (a -> m b) -> Str a -> m (Str b)

    uniplate Data.Generics.Str

    No documentation available.

  9. data IntMap v

    uniplate Data.Generics.Uniplate.Data.Instances

    Invariant preserving version of IntMap from the containers packages, suitable for use with Uniplate. Use toIntMap to construct values, and fromIntMap to deconstruct values.

  10. fromIntMap :: IntMap v -> IntMap v

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type IntMap.

Page 536 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete