
20 Jan
2012
20 Jan
'12
6:56 a.m.
On 01/20/12 14:52, Michael Snoyman wrote:
Essentially, I would want:
SomeConstr args <- someAction
to be interpreted as:
temp <- someAction case temp of SomeConstr args ->
I completely agree; perhaps what we really want though is something more akin to a language extension --- say, DisableMonadFailForRefutablePatterns? Cheers, Greg