CurryInfo: containers-3.0.0 / Data.Map.fromList

definition:
fromList :: Ord k => [(k,a)] -> Map k a
fromList xs = insertList xs empty
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Builts a map from given list of tuples (key,element).
--- For multiple occurences of key, the last corresponding
--- element of the list is taken.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
fromList
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Ord a => [(a, b)] -> Map a b
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term