Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

  2. module Data.IntMap

    No documentation available.

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

    cmdargs System.Console.CmdArgs.Explicit

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

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

    cmdargs System.Console.CmdArgs.Explicit

    Convert between two values.

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

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

    cmdargs System.Console.CmdArgs.Explicit

    Version of remap for the Update type alias.

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

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

    No documentation available.

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

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

    No documentation available.

  9. unpackMapStorableArrayWithLength :: (Integral a, Storable b) => (b -> c) -> a -> Ptr b -> IO [c]

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

    No documentation available.

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

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

    No documentation available.

Page 470 of many | Previous | Next