CurryInfo: base-3.3.0 / Prelude.$#

definition:
($#) :: (a -> b) -> a -> b
f $# x = f $! (ensureNotFree x)
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Right-associative application with strict evaluation of its argument
--- to a non-variable term.
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