definition: |
t2bt :: String -> String t2bt s = "P_" ++ transQN s |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Translate a type constructor name to its bottom type constructor name |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
t2bt |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |