
4 Oct
2010
4 Oct
'10
4:55 a.m.
Hello Ketil, Monday, October 4, 2010, 11:30:48 AM, you wrote:
Prelude> (if then "Haskell" else "Cafe") False
lambda-if is easily implemented in terms of usual functions. and we even have one named bool: bool: Bool -> a -> a -> a lambda-case cannot be implemented as a function since we need matching ability of "case" -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com