definition: |
empty :: Map _ _ empty = Tip |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The empty map. --- @result an empty map |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Tip}} |
name: |
empty |
precedence: |
no precedence defined |
result-values: |
{Tip} |
signature: |
Map a b |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |