• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data UrlMap' a

    wai-extra Network.Wai.UrlMap

    No documentation available.

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

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  5. module Data.IntMap

    No documentation available.

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

    cmdargs System.Console.CmdArgs.Explicit

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

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

    cmdargs System.Console.CmdArgs.Explicit

    Convert between two values.

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

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

    cmdargs System.Console.CmdArgs.Explicit

    Version of remap for the Update type alias.

  10. packMapStorableArray :: forall a 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

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete