the dreaded offside rule

Doaitse Swierstra doaitse at cs.uu.nl
Thu Mar 9 10:49:20 EST 2006


>
> '(case x of p -> e, 42)'.

Where one of course should have written:

(case x of p -> e; , 42)

or even

(case x of p -> e;;, 42)

I am just giving this to show to those who claim that things are  
simple are probably overlooking things,

  Doaitse







More information about the Haskell-prime mailing list