nested guards

Nick Kallen phantom@earthlink.net
Fri, 7 Nov 1997 14:48:14 -0800


>We are considering to allow (1) and use the layout to resolve
>the missing-else ambiguity. No decision has been made, however.

I for one emphatically hope that you will allow (2):


(2) ...
    // not allowed!
    f given sur
       | given == "Erik"
           | sur == "Zuurbier"
               =   1
           | otherwise
               =   0
       | otherwise
           =   0