Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
accessMaybe :: (Indexed sh, Storable a) => Array sh a -> Index sh -> Maybe acomfort-array Data.Array.Comfort.Storable No documentation available.
readMaybe :: (PrimMonad m, Indexed sh, Storable a) => Array m sh a -> Index sh -> Maybe (m a)comfort-array Data.Array.Comfort.Storable.Mutable No documentation available.
readMaybe :: (PrimMonad m, Indexed sh, Storable a) => Array m sh a -> Index sh -> Maybe (m a)comfort-array Data.Array.Comfort.Storable.Mutable.Private No documentation available.
readMaybe :: (PrimMonad m, Indexed sh, Storable a) => Array m sh a -> Index sh -> Maybe (m a)comfort-array Data.Array.Comfort.Storable.Mutable.Unchecked No documentation available.
-
dependent-map Data.Dependent.Map O(n). Map keys/values and collect the Just results.
xpLiftMaybe :: Maybe a -> PU ahxt Text.XML.HXT.Arrow.Pickle Lift a Maybe value to a pickler. Nothing is mapped to the zero pickler, Just x is pickled with xpLift x.
xpWrapMaybe :: (a -> Maybe b, b -> a) -> PU a -> PU bhxt Text.XML.HXT.Arrow.Pickle like xpWrap, but if the inverse mapping is undefined, the unpickler fails Map a value into another domain. If the inverse mapping is undefined (Nothing), the unpickler fails Deprecated: Use xpWrapEither, this gives better error messages
liftMaybe :: String -> Maybe a -> Unpickler ahxt Text.XML.HXT.Arrow.Pickle.Xml Lift a Maybe value into the Unpickler monad. The 1. arg is the attached error message
xpLiftMaybe :: Maybe a -> PU ahxt Text.XML.HXT.Arrow.Pickle.Xml Lift a Maybe value to a pickler. Nothing is mapped to the zero pickler, Just x is pickled with xpLift x.
xpWrapMaybe :: (a -> Maybe b, b -> a) -> PU a -> PU bhxt Text.XML.HXT.Arrow.Pickle.Xml like xpWrap, but if the inverse mapping is undefined, the unpickler fails Map a value into another domain. If the inverse mapping is undefined (Nothing), the unpickler fails Deprecated: Use xpWrapEither, this gives better error messages