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.
withPokedMaybe :: Pokable a => Maybe a -> (Ptr a -> IO b) -> IO bstorable-peek-poke Foreign.Storable.PeekPoke No documentation available.
withPokedMaybe' :: WithPoked a => Maybe a -> (forall s . () => PtrS s a -> IO b) -> IO bstorable-peek-poke Foreign.Storable.PeekPoke No documentation available.
peekMaybe :: Peek a => Ptr a -> IO (Maybe a)storable-peek-poke Foreign.Storable.PeekPoke.Internal No documentation available.
withPokedMaybe :: Pokable a => Maybe a -> (Ptr a -> IO b) -> IO bstorable-peek-poke Foreign.Storable.PeekPoke.Internal No documentation available.
withPokedMaybe' :: WithPoked a => Maybe a -> (forall s . () => PtrS s a -> IO b) -> IO bstorable-peek-poke Foreign.Storable.PeekPoke.Internal No documentation available.
catMaybesReversed :: List (Maybe a) -> List astrict-list StrictList Keep only the present values, reversing the order.
mapMaybeReversed :: (a -> Maybe b) -> List a -> List bstrict-list StrictList Map and filter elements producing results in reversed order.
parseMaybe :: forall t a . (Parse a, Textual t) => t -> Maybe attc Data.TTC Parse to a Maybe result
parseMaybeBS :: Parse a => ByteString -> Maybe attc Data.TTC Parse from a strict ByteString to a Maybe result
parseMaybeBSB :: Parse a => Builder -> Maybe attc Data.TTC