CurryInfo: containers-3.0.0 / Data.Set.toList

definition:
toList :: Set key -> [key]
toList = Map.keys
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Transforms a set into an ordered list of its elements.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {keys}}
name:
toList
precedence:
no precedence defined
result-values:
{keys}
signature:
Data.Map.Map a () -> [a]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms