Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mappingInput :: forall (m :: Type -> Type) a b x . Monad m => (a -> b) -> (b -> a) -> Focus a m x -> Focus b m x

    focus Focus

    Map the Focus input.

  2. mapIdKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  3. mapName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  4. map_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  5. mappendClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  6. mappendName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. mappend_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. mapInternalNonDetUniques :: Applicative m => (Unique -> m Unique) -> CLabel -> m CLabel

    ghc-lib-parser GHC.Cmm.CLabel

    A utility for renaming uniques in CLabels to produce deterministic object. Note that not all Uniques are mapped over. Only those that can be safely alpha renamed, e.g. uniques of local symbols, but not of external ones. See Note [Renaming uniques deterministically].

  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-lib-parser 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-lib-parser GHC.Cmm.Dataflow.Block

    A strict mapBlock

Page 170 of many | Previous | Next