definition: |
empty :: Trie a empty = Trie 0 empty' |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- An empty trie. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Trie}} |
name: |
empty |
precedence: |
no precedence defined |
result-values: |
{Trie} |
signature: |
Trie a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |