Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. imap :: forall a b (j :: k) (k2 :: k1) . IxFunctor f => (a -> b) -> f j k2 a -> f j k2 b

    indexed Control.Comonad.Indexed

    No documentation available.

  2. imap :: forall a b (j :: k) (k2 :: k1) . IxFunctor f => (a -> b) -> f j k2 a -> f j k2 b

    indexed Control.Monad.Indexed

    No documentation available.

  3. imap :: forall a b (j :: k) (k2 :: k1) . IxFunctor f => (a -> b) -> f j k2 a -> f j k2 b

    indexed Data.Functor.Indexed

    No documentation available.

  4. fmap :: Functor f => (a <-> b) -> f a -> f b

    invertible Control.Invertible.Functor

    No documentation available.

  5. fmapDefault :: Functor f => (a <-> b) -> f a -> f b

    invertible Control.Invertible.Functor

    Default invertible Functor implementation for simple non-invertible Functors.

  6. bifmap :: Functor f => (a <-> b) -> f a <-> f b

    invertible Data.Invertible.Functor

    Lift both sides of an bijection over a functor using fmap. We name this bifmap in deference to the more useful fmap.

  7. invmap :: Invariant f => (a <-> b) -> f a -> f b

    invertible Data.Invertible.Invariant

    Apply a bijection over an Invariant using invmap.

  8. bifmap :: Functor f => (a <-> b) -> f a <-> f b

    invertible Data.Invertible.Prelude

    Lift both sides of an bijection over a functor using fmap. We name this bifmap in deference to the more useful fmap.

  9. fmap :: Functor f => (a <-> b) -> f a -> f b

    invertible Data.Invertible.Prelude

    No documentation available.

  10. JTMap :: JType -> JType

    jmacro Language.Javascript.JMacro

    No documentation available.

Page 1186 of many | Previous | Next