|
definition: |
constF :: QName -> Expr constF f = applyF f [] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
A constant, i.e., an application without arguments. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
constF |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
(String, String) -> AbstractHaskell.Types.Expr |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |