
24 Jun
2009
24 Jun
'09
9:14 p.m.
Deniz Dogan schrieb:
2009/6/20 Stephan Friedrichs
: 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 ...
[...]