definition: |
showTPSubst :: TPSubst -> String showTPSubst ts = "{ " ++ intercalate ", " (map (\(i,s) -> show i ++ " |-> " ++ show s) (FM.toList ts)) ++ " }" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Shows a type substitution. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
showTPSubst |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Data.Map.Map String Sort -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |