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.

  1. 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
    

  2. replicateM_ :: Applicative m => Int -> m a -> m ()

    protolude Protolude.Monad

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  3. replicateM_ :: Applicative m => Int -> m a -> m ()

    basic-prelude BasicPrelude

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  4. replicateM_ :: Applicative m => Int -> m a -> m ()

    classy-prelude ClassyPrelude

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  5. replicateM_ :: Applicative m => Int -> m a -> m ()

    turtle Turtle

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  6. replicateM_ :: Applicative m => Int -> m a -> m ()

    LambdaHack Game.LambdaHack.Core.Prelude

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  7. replicateM_ :: Applicative m => Int -> m a -> m ()

    incipit-base Incipit.Base

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  8. 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
    

  9. replicateM_ :: Applicative m => Int -> m a -> m ()

    distribution-opensuse OpenSuse.Prelude

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

  10. replicateM_ :: Applicative m => Int -> m a -> m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Like replicateM, but discards the result.

    Examples

    >>> replicateM_ 3 (putStr "a")
    aaa
    

Page 2 of many | Previous | Next