CurryInfo: array-3.0.0 / Data.Array.listToErrorArray

definition:
listToErrorArray :: [b] -> Array b
listToErrorArray = listToDefaultArray errorArray 
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates an error array from a list of entries.
--- @param xs - list of entries
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
listToErrorArray
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[a] -> Array a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term