CurryInfo: containers-3.0.0 / Data.Map.null

definition:
null :: Map _ _ -> Bool
null m = size m == 0
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Is the given finite map empty?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
null
precedence:
no precedence defined
result-values:
_
signature:
Map a b -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms