Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Prelude.Basic unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
prelude-compat Prelude2010 No documentation available.
countWords :: Integral n => Fold Line nturtle Turtle.Prelude Count the number of words in the stream (like wc -w)
-
mixed-types-num Numeric.MixedTypes.PreludeHiding unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
LambdaHack Game.LambdaHack.Core.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
LambdaHack Game.LambdaHack.Core.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
cabal-install-solver Distribution.Solver.Compat.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
dimensional Numeric.Units.Dimensional.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
distribution-opensuse OpenSuse.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"
-
faktory Faktory.Prelude unwords joins words with separating spaces (U+0020 SPACE). unwords is neither left nor right inverse of words:
>>> words (unwords [" "]) [] >>> unwords (words "foo\nbar") "foo bar"
Examples
>>> unwords ["Lorem", "ipsum", "dolor"] "Lorem ipsum dolor"
>>> unwords ["foo", "bar", "", "baz"] "foo bar baz"