definition: |
($) :: (a -> b) -> a -> b f $ x = f x |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Right-associative application. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
infixr |
iotype: |
{(_,_) |-> _} |
name: |
$ |
precedence: |
0 |
result-values: |
_ |
signature: |
(a -> b) -> a -> b |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |