Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. comapM :: (Distributive g, Monad m) => (m a -> b) -> m (g a) -> g b

    distributive Data.Distributive

    The dual of mapM

    comapM f = fmap f . distributeM
    

  2. bimapForest :: (a -> b) -> (c -> d) -> [Tree a c] -> [Tree b d]

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  3. bimapTree :: (a -> b) -> (c -> d) -> Tree a c -> Tree b d

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  4. module Data.IntMap

    No documentation available.

  5. class Remap (m :: Type -> Type)

    cmdargs System.Console.CmdArgs.Explicit

    Like functor, but where the the argument isn't just covariant.

  6. remap :: Remap m => (a -> b) -> (b -> (a, a -> b)) -> m a -> m b

    cmdargs System.Console.CmdArgs.Explicit

    Convert between two values.

  7. remap2 :: Remap m => (a -> b) -> (b -> a) -> m a -> m b

    cmdargs System.Console.CmdArgs.Explicit

    Restricted version of remap where the values are isomorphic.

  8. remapUpdate :: (a -> b) -> (b -> (a, a -> b)) -> Update a -> Update b

    cmdargs System.Console.CmdArgs.Explicit

    Version of remap for the Update type alias.

  9. packMapStorableArray :: forall a b . Storable b => (a -> b) -> [a] -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  10. packMapZeroTerminatedStorableArray :: forall a b . (Num b, Storable b) => (a -> b) -> [a] -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

Page 470 of many | Previous | Next