Noogλe

search input

Function of the day

  • Concatenate a list of strings.

    Type

    concatStrings :: [string] -> string
    

    Examples

    lib.strings.concatStrings usage example

    concatStrings ["foo" "bar"]
    => "foobar"