
10 Jan
2007
10 Jan
'07
3:09 p.m.
Dean Herington wrote:
Third, isn't it a continuum rather than a binary choice between lazy and strict? In my example, I used ($!) in the definition of (>>=), but that's just one flavor of strictness that was appropriate to my example. Is there some way to parameterize this degree of strictness?
Dean
The r0 and rwhnf and rnf from http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Parallel-... parameterize strictness.