(Pattern) Guards in lambdas

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Oct 18 09:41:58 EDT 2006


Hello Claus,

Wednesday, October 18, 2006, 2:44:29 PM, you wrote:

>     (\ <arms> ) x

this looks great. smth like:

proc $ \[x]   -> x*2
       \[x,y] -> x*y
       \[]    -> 0
      

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-prime mailing list