|
definition: |
const :: a -> _ -> a const x _ = x |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
| Constant function. |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> _}
|
|
name: |
const |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
a -> b -> a |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |