CurryInfo: base-3.3.0 / Prelude.$##

definition:
($##) :: (a -> b) -> a -> b
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Right-associative application with strict evaluation of its argument
--- to ground normal form.
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