CurryInfo: string-trie-0.0.2 / Data.Trie.size

definition:
size :: Trie a -> Int
size (Trie s _) = s
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the size of the trie.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Trie}) |-> _}
name:
size
precedence:
no precedence defined
result-values:
_
signature:
Trie a -> Prelude.Int
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms