CurryInfo: csv-3.0.0 / Text.CSV.readCSV

definition:
readCSV :: String -> [[String]]
readCSV = readCSVWithDelims [',']
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads a string in CSV format and returns the list of records
--- (where each record is a list of strings).
--- @param str - the string in CSV format
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {readCSVWithDelims}}
name:
readCSV
precedence:
no precedence defined
result-values:
{readCSVWithDelims}
signature:
String -> [[String]]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term