You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a `par` b` is exactly equivalent semantically to `b`
Would it be better to say
1." exactly denotationally equivalent to b", or
2. "exactly equivalent denotational-semantically to b", or even
3. "results in exactly the same value as b"?
Because it's certainly not equivalent operationally-semantically to b.
In the Haddock for
par
we haveWould it be better to say
1." exactly denotationally equivalent to
b
", or2. "exactly equivalent denotational-semantically to
b
", or even3. "results in exactly the same value as
b
"?Because it's certainly not equivalent operationally-semantically to
b
.parallel/Control/Parallel.hs
Line 33 in d2e2a5e
The text was updated successfully, but these errors were encountered: