CurryInfo: base-3.4.0 / Prelude.$#

definition: Info
 
($#) :: (a -> b) -> a -> b
f $# x = f $! (ensureNotFree x)
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Right-associative application with strict evaluation of its argument
to a non-variable term.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> _}
name: Info
 $#
precedence: Info
 0
result-values: Info
 _
signature: Info
 (a -> b) -> a -> b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms