Hoogle Search

Within LTS Haskell 24.16 (ghc-9.10.3)

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

  1. singleton :: a -> [a]

    BNFC BNFC.Utils

    Give a telling name to the electric monkey.

  2. repeat :: a -> [a]

    dimensional Numeric.Units.Dimensional.Prelude

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  3. repeat :: a -> [a]

    distribution-opensuse OpenSuse.Prelude

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  4. repeat :: a -> [a]

    faktory Faktory.Prelude

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  5. repeat :: a -> [a]

    hledger-web Hledger.Web.Import

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  6. repeat :: a -> [a]

    classy-prelude-yesod ClassyPrelude.Yesod

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  7. repeat :: a -> [a]

    constrained-categories Control.Category.Constrained.Prelude

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  8. repeat :: a -> [a]

    constrained-categories Control.Category.Hask

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  9. repeat :: a -> [a]

    copilot-language Copilot.Language.Prelude

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

  10. repeat :: a -> [a]

    listsafe Data.List.Safe

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

    Examples

    >>> take 10 $ repeat 17
    [17,17,17,17,17,17,17,17,17, 17]
    
    >>> repeat undefined
    [*** Exception: Prelude.undefined
    

Page 5 of many | Previous | Next