Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. withPokedMaybe :: Pokable a => Maybe a -> (Ptr a -> IO b) -> IO b

    storable-peek-poke Foreign.Storable.PeekPoke

    No documentation available.

  2. withPokedMaybe' :: WithPoked a => Maybe a -> (forall s . () => PtrS s a -> IO b) -> IO b

    storable-peek-poke Foreign.Storable.PeekPoke

    No documentation available.

  3. peekMaybe :: Peek a => Ptr a -> IO (Maybe a)

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  4. withPokedMaybe :: Pokable a => Maybe a -> (Ptr a -> IO b) -> IO b

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  5. withPokedMaybe' :: WithPoked a => Maybe a -> (forall s . () => PtrS s a -> IO b) -> IO b

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  6. catMaybesReversed :: List (Maybe a) -> List a

    strict-list StrictList

    Keep only the present values, reversing the order.

  7. mapMaybeReversed :: (a -> Maybe b) -> List a -> List b

    strict-list StrictList

    Map and filter elements producing results in reversed order.

  8. parseMaybe :: forall t a . (Parse a, Textual t) => t -> Maybe a

    ttc Data.TTC

    Parse to a Maybe result

  9. parseMaybeBS :: Parse a => ByteString -> Maybe a

    ttc Data.TTC

    Parse from a strict ByteString to a Maybe result

  10. parseMaybeBSB :: Parse a => Builder -> Maybe a

    ttc Data.TTC

    Parse from a ByteString Builder to a Maybe result

Page 236 of many | Previous | Next