Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. dimap :: Profunctor p => (a -> b) -> (c -> d) -> p b c -> p a d

    essence-of-live-coding LiveCoding

    Map over both arguments at the same time.

    dimap f g ≡ lmap f . rmap g
    

  2. 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
    

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

    essence-of-live-coding LiveCoding

    Map the second argument covariantly.

    rmapdimap id
    

  4. fmapClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  5. fmapName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  6. fmap_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. foldMap_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. newtype RegBitmap

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

  9. RegBitmap :: Word32 -> RegBitmap

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

  10. unRegBitmap :: RegBitmap -> Word32

    ghc-lib-parser GHC.ByteCode.Types

    No documentation available.

Page 598 of many | Previous | Next