|
definition: |
unaryPrimOps :: [(String,String)]
unaryPrimOps =
[("_impl#negate#Prelude.Num#Prelude.Int#","-")
,("_impl#sqrt#Prelude.Floating#Prelude.Float#","sqrt")
,("not","not")
]
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
------------------------------------------------------------------------- Primitive unary operations of the prelude and their SMT names. |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {:}}
|
|
name: |
unaryPrimOps |
|
precedence: |
no precedence defined |
|
result-values: |
{:}
|
|
signature: |
[(String, String)] |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |