definition: |
makeTPSubst :: [(Ident,Sort)] -> TPSubst makeTPSubst = FM.fromList |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Create a type substitution from ident/sort pairs. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {fromList}} |
name: |
makeTPSubst |
precedence: |
no precedence defined |
result-values: |
{fromList} |
signature: |
[(String, Sort)] -> Data.Map.Map String Sort |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |