Hoogle Search
Within LTS Haskell 24.23 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
replicateM_ :: Applicative m => Int -> m a -> m ()ghc-internal GHC.Internal.Control.Monad Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()protolude Protolude.Monad Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()basic-prelude BasicPrelude Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()classy-prelude ClassyPrelude Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()turtle Turtle Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()LambdaHack Game.LambdaHack.Core.Prelude Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()incipit-base Incipit.Base Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()control-monad-free Control.Monad.Free Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()distribution-opensuse OpenSuse.Prelude Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa
replicateM_ :: Applicative m => Int -> m a -> m ()classy-prelude-yesod ClassyPrelude.Yesod Like replicateM, but discards the result.
Examples
>>> replicateM_ 3 (putStr "a") aaa