
15 Jul
2007
15 Jul
'07
5:34 a.m.
G'day.
One small suggestion.
Quoting Thomas Conway
Just (v,e) -> do case e of True -> [...] False -> [...]
This works just as well: Just (v,True) -> [...] Just (v,False) -> [...] And given that you wrote the corresponding code in another compiler that we won't mention, I feel justified in saying: Shame on you for not spotting that one. :-) Cheers, Andrew Bromage