definition: |
operationRequests :: [String] operationRequests = [ "name", "documentation", "definition", "signature", "infix", "precedence" , "demand", "deterministic", "indeterministic" , "solution-complete", "terminating", "totally-defined", "result-values" , "failfree", "iotype" ] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The requests to be generated for operations. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
operationRequests |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[String] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |