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. lmap :: Profunctor p => (a -> b) -> p b c -> p a c

    essence-of-live-coding LiveCoding

    Map the first argument contravariantly.

    lmap f ≡ dimap f id
    

  2. rmap :: Profunctor p => (b -> c) -> p a b -> p a c

    essence-of-live-coding LiveCoding

    Map the second argument covariantly.

    rmapdimap id
    

  3. fmapClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  4. fmapName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  5. fmap_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  6. foldMap_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. newtype RegBitmap

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

  8. RegBitmap :: Word32 -> RegBitmap

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

  9. unRegBitmap :: RegBitmap -> Word32

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

  10. unlinkedBCOBitmap :: UnlinkedBCO -> !BCOByteArray Word

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

Page 598 of many | Previous | Next