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

definition: Info
 
singleton' :: String -> a -> InternalTrie a
singleton' str v =
  foldr (\c t -> InternalTrie Nothing [(c, t)]) (InternalTrie (Just v) []) str
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
A singleton internal trie.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 singleton'
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> a -> InternalTrie a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms