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.
-
wai-extra Network.Wai.UrlMap No documentation available.
comapM :: (Distributive g, Monad m) => (m a -> b) -> m (g a) -> g bdistributive Data.Distributive The dual of mapM
comapM f = fmap f . distributeM
bimapForest :: (a -> b) -> (c -> d) -> [Tree a c] -> [Tree b d]hspec-core Test.Hspec.Core.Spec No documentation available.
bimapTree :: (a -> b) -> (c -> d) -> Tree a c -> Tree b dhspec-core Test.Hspec.Core.Spec No documentation available.
-
No documentation available.
class
Remap (m :: Type -> Type)cmdargs System.Console.CmdArgs.Explicit Like functor, but where the the argument isn't just covariant.
remap :: Remap m => (a -> b) -> (b -> (a, a -> b)) -> m a -> m bcmdargs System.Console.CmdArgs.Explicit Convert between two values.
remap2 :: Remap m => (a -> b) -> (b -> a) -> m a -> m bcmdargs System.Console.CmdArgs.Explicit Restricted version of remap where the values are isomorphic.
remapUpdate :: (a -> b) -> (b -> (a, a -> b)) -> Update a -> Update bcmdargs System.Console.CmdArgs.Explicit packMapStorableArray :: forall a b . Storable b => (a -> b) -> [a] -> IO (Ptr b)haskell-gi-base Data.GI.Base.BasicConversions No documentation available.