Instant is
off
|
Search plugin
|
Manual
|
haskell.org
(a -> b)
->
[a]
->
[b]
-base -parallel +deepseq
Packages
base
parallel
deepseq
($!!)
:: 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