CurryInfo: containers-3.0.0 / Data.Map.size

definition:
size :: Map _ _ -> Int
size Tip                 = 0
size (Bin _ _ size' _ _) = size'
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- How many elements does given map contain?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Tip}) |-> {0} || ({Bin}) |-> _}
name:
size
precedence:
no precedence defined
result-values:
_
signature:
Map a b -> Prelude.Int
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms