Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
traverse1_ :: (Foldable1 t, Applicative h) => (forall a. f a -> h c) -> t f b -> h () Source #
mapM1_ :: (Foldable1 t, Applicative h) => (forall a. f a -> h c) -> t f b -> h () Source #
forM1_ :: (Foldable1 t, Applicative h) => t f b -> (forall a. f a -> h c) -> h () Source #