CurryInfo: containers-3.0.0 / Data.Set.fromList

definition:
fromList :: Ord key => [key] -> Set key
fromList xs = Map.fromList [ (x, ()) | x <- xs]
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Transforms a list into a set of its elements.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
fromList
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Ord a => [a] -> Data.Map.Map a ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term