definition: |
transPrimTCons :: [(String,String)] transPrimTCons = [("Int","Int") ,("Float","Real") ,("Char","Int") -- Char is represented as Int ,("[]","List") ,("()","Unit") ,("(,)","Pair") ,("Maybe","Maybe") ,("Either","Either") ,("Ordering","Ordering") ] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Primitive type constructors from the prelude and their SMT names. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
transPrimTCons |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[(String, String)] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |