[Haskell-cafe] proposal: point free case expressions

Martijn van Steenbergen martijn at van.steenbergen.nl
Thu Nov 5 10:54:36 EST 2009


Sebastiaan Visser wrote:
>  > myFunc = anotherFunc $ case of
>  >                          Left err -> print err
>  >                          Right msg -> putStrLn msg
> 
> A minor syntactical addition, a big win!

+1!

Martijn.


More information about the Haskell-Cafe mailing list