[Haskell-cafe] Code walking off the right edge of the screen

Henning Thielemann lemming at henning-thielemann.de
Wed Jun 24 17:14:06 EDT 2009


Deniz Dogan schrieb:
> 2009/6/20 Stephan Friedrichs <deduktionstheorem at web.de>:
>> Deniz Dogan wrote:
>>> I (too) often find myself writing code such as this:
>>>
>>> if something
>>>   then putStrLn "howdy there!"
>>>   else if somethingElse
>>>           then putStrLn "howdy ho!"
>>>           else ...
>>>
>>> [...]

http://haskell.org/haskellwiki/Case


More information about the Haskell-Cafe mailing list