Instant is
off
|
Search plugin
|
Manual
|
haskell.org
$!
Packages
base
deepseq
(
$!
)
:: (a -> b) -> a -> b
base
Prelude
Strict (call-by-value) application, defined in terms of
seq
.
(
$!
!)
:: NFData a => (a -> b) -> a -> b
deepseq
Control.DeepSeq
the deep analogue of
$!
. In the expression f $!! x, x is fully evaluated before the function f is applied to it.
©
Neil Mitchell
2004-2012, version 4.2.11