Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. repeat :: a -> [a]

    hedgehog Hedgehog.Internal.Prelude

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  2. repeat :: a -> [a]

    ghc GHC.Prelude.Basic

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  3. singleton :: a -> [a]

    ghc GHC.Utils.Misc

    No documentation available.

  4. repeat :: a -> [a]

    rio RIO.List

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  5. repeat :: a -> [a]

    relude Relude.List.Reexport

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  6. repeat :: a -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  7. repeat :: a -> [a]

    ghc-lib-parser GHC.Prelude.Basic

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  8. singleton :: a -> [a]

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  9. repeat :: a -> [a]

    classy-prelude ClassyPrelude

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

  10. repeat :: a -> [a]

    numeric-prelude NumericPrelude

    repeat x is an infinite list, with x the value of every element.

    >>> repeat 17
    [17,17,17,17,17,17,17,17,17...
    

Page 2 of many | Previous | Next