Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapMaybe :: (a -> Maybe b) -> Trie a -> Maybe (Trie b)

    bcp47 Data.BCP47.Trie

    No documentation available.

  2. mapMaybe :: (a -> Maybe b) -> Trie a -> Maybe (Trie b)

    bcp47 Data.BCP47.Trie.Internal

    No documentation available.

  3. mapMaybe2 :: (a -> Maybe b) -> Trie2 a -> Maybe (Trie2 b)

    bcp47 Data.BCP47.Trie.Internal

    No documentation available.

  4. mapArray :: Ix i => (Bool -> Bool) -> IOBitArray i -> IO (IOBitArray i)

    bitwise Data.Array.BitArray.IO

    Alias for map.

  5. mapIndices :: (Ix i, Ix j) => (i, i) -> (i -> j) -> IOBitArray j -> IO (IOBitArray i)

    bitwise Data.Array.BitArray.IO

    Create a new array by reading from another.

  6. mapArray :: Ix i => (Bool -> Bool) -> STBitArray s i -> ST s (STBitArray s i)

    bitwise Data.Array.BitArray.ST

    Alias for map.

  7. mapIndices :: (Ix i, Ix j) => (i, i) -> (i -> j) -> STBitArray s j -> ST s (STBitArray s i)

    bitwise Data.Array.BitArray.ST

    Create a new array by reading from another.

  8. mapHandle :: forall (e :: Effects) (es :: Effects) . (Handle h, e :> es) => h e -> h es

    bluefin-internal Bluefin.Internal

    Used to create compound effects, i.e. handles that contain other handles.

  9. mapHandleReader :: forall (h :: Effects -> Type) (e :: Effects) (es :: Effects) . (Handle h, e :> es) => HandleReader h e -> HandleReader h es

    bluefin-internal Bluefin.Internal

    No documentation available.

  10. mapOut :: forall outa outb (f :: Type -> Type) a . (outa -> outb) -> CmdParser f outa a -> CmdParser f outb a

    butcher UI.Butcher.Monadic

    map over the out type argument

Page 273 of many | Previous | Next