Deniz Dogan schrieb:
> 2009/6/20 Stephan Friedrichs <deduktionstheo...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to