`par` should be infixr 0
authorSimon Marlow <simonmar@microsoft.com>
Fri, 27 Oct 2006 13:08:00 +0000 (13:08 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 27 Oct 2006 13:08:00 +0000 (13:08 +0000)
commit7db56f982909a1eef6455ee8916470aa9ba14d5c
tree117b737f5f560d35d4c7658c8964c7f3ed11c4da
parent2ffc032d01590801e265822c162d0eb385a22fbf
`par` should be infixr 0
Alas, I didn't spot this due to lack of testing, and the symptom is
that an expression like x `par` y `seq z will have exactly the wrong
parallelism properties.  The workaround is to add parantheses.

I think we could push this to the 6.6 branch.
Control/Parallel.hs