|
definition: |
emptyTPSubst :: TPSubst emptyTPSubst = FM.empty |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
The empty substitution |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {Tip}}
|
|
name: |
emptyTPSubst |
|
precedence: |
no precedence defined |
|
result-values: |
{Tip}
|
|
signature: |
Data.Map.Map String Sort |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |