CurryInfo: string-trie-0.0.2 / Data.Trie.Internal.null'

definition: Info
 
null' :: InternalTrie a -> Bool
null' t = case t of 
  InternalTrie Nothing [] -> True
  _                       -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Returns true iff the internal trie is empty.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({InternalTrie}) |-> {False,True}}
name: Info
 null'
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 InternalTrie a -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms