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.
-
HaXml Text.XML.HaXml.Schema.TypeConversion No documentation available.
-
numeric-prelude NumericPrelude 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
-
numeric-prelude NumericPrelude.Base 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
-
numhask NumHask.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
-
basic-prelude BasicPrelude 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
-
basic-prelude BasicPrelude Construct a list from a single element.
Examples
>>> singleton True [True]
>>> singleton [1, 2, 3] [[1,2,3]]
>>> singleton 'c' "c"
-
classy-prelude ClassyPrelude 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-lib-parser GHC.Prelude.Basic 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-lib-parser GHC.Utils.Misc No documentation available.
-
massiv-test Test.Massiv.Utils Returns no shrinking alternatives.