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