definition: |
showCSV :: [[String]] -> String showCSV rows = concatMap showCSVLine rows |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Shows a list of records (where each record is a list of strings) --- as a string in CSV format. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
showCSV |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[[String]] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |