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

definition:
singleton :: String -> a -> Trie a
singleton = (Trie 1 .) . singleton' 
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A singleton trie.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
singleton
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> a -> Trie a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms