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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapAccumM :: (Monad m, Traversable t) => (a -> b -> m (a, c)) -> a -> t b -> m (a, t c)

    Cabal Distribution.Utils.MapAccum

    Monadic variant of mapAccumL.

  2. mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraph

    ghc GHC

    Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.

  3. mapIdKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  4. mapName :: Name

    ghc GHC.Builtin.Names

    No documentation available.

  5. map_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  6. mappendClassOpKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  7. mappendName :: Name

    ghc GHC.Builtin.Names

    No documentation available.

  8. mappend_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  9. mapBlock :: forall n n' (e :: Extensibility) (x :: Extensibility) . (forall (e1 :: Extensibility) (x1 :: Extensibility) . () => n e1 x1 -> n' e1 x1) -> Block n e x -> Block n' e x

    ghc GHC.Cmm.Dataflow.Block

    map a function over the nodes of a Block

  10. mapBlock' :: forall n n' (e :: Extensibility) (x :: Extensibility) . (forall (e1 :: Extensibility) (x1 :: Extensibility) . () => n e1 x1 -> n' e1 x1) -> Block n e x -> Block n' e x

    ghc GHC.Cmm.Dataflow.Block

    A strict mapBlock

Page 129 of many | Previous | Next

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