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.
-
rio RIO.List 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
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
relude Relude.List.Reexport 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
-
ghc-internal GHC.Internal.Data.List Construct a list from a single element.
Examples
>>> singleton True [True]
>>> singleton [1, 2, 3] [[1,2,3]]
>>> singleton 'c' "c"
-
ghc-internal GHC.Internal.Data.List 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
-
ghc-internal GHC.Internal.Data.OldList Construct a list from a single element.
Examples
>>> singleton True [True]
>>> singleton [1, 2, 3] [[1,2,3]]
>>> singleton 'c' "c"
-
ghc-internal GHC.Internal.Data.OldList 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
-
ghc-internal GHC.Internal.List 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
-
protolude Protolude 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
-
HaXml Text.XML.HaXml.Combinators No documentation available.