
13 Mar
2013
13 Mar
'13
11:37 a.m.
On 3/13/13, Simon Peyton-Jones
You probably need do { (case .... of ...) :: IO () ; return () }
It's not a bug, in other words. The "modular type inference with local constraints" paper is a good reference here.
Great, that was the trick! Thanks again, Gabor
Simon