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.
mapMaybe :: (Storable a, Storable b) => (a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Storable No documentation available.
mapMaybeM :: (Monad m, Storable a, Storable b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Storable No documentation available.
readMaybe :: (PrimMonad m, Storable a) => MVector (PrimState m) a -> Int -> m (Maybe a)rebase Rebase.Data.Vector.Storable.Mutable No documentation available.
imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed No documentation available.
imapMaybeM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Unboxed No documentation available.
mapMaybe :: (Unbox a, Unbox b) => (a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed No documentation available.
mapMaybeM :: (Monad m, Unbox a, Unbox b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Unboxed No documentation available.
readMaybe :: (PrimMonad m, Unbox a) => MVector (PrimState m) a -> Int -> m (Maybe a)rebase Rebase.Data.Vector.Unboxed.Mutable No documentation available.
exceptToMaybeT :: forall (m :: Type -> Type) e a . Functor m => ExceptT e m a -> MaybeT m arebase Rebase.Prelude Convert a ExceptT computation to MaybeT, discarding the value of any exception.
fromMaybeS :: Selective f => f a -> f (Maybe a) -> f arebase Rebase.Prelude A lifted version of fromMaybe.