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.

  1. unwords :: [String] -> String

    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"
    

  2. unwords :: [String] -> String

    prelude-compat Prelude2010

    No documentation available.

  3. countWords :: Integral n => Fold Line n

    turtle Turtle.Prelude

    Count the number of words in the stream (like wc -w)

  4. unwords :: [String] -> String

    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"
    

  5. unwords :: [String] -> String

    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"
    

  6. unwords :: [String] -> String

    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"
    

  7. unwords :: [String] -> String

    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"
    

  8. unwords :: [String] -> String

    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"
    

  9. unwords :: [String] -> String

    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"
    

  10. unwords :: [String] -> String

    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"
    

Page 4 of many | Previous | Next