[Haskell-cafe] Language complexity & beginners (Was: New type of ($) operator in GHC 8.0 is problematic)
Imants Cekusins
imantc at gmail.com
Mon Feb 8 18:46:34 UTC 2016
ghci> do { putStr "Hello, the answer is "; print (40 + 2); }
reasonably easy to remember rule of thumb:
using braces? use parentheses, too!
More information about the Haskell-Cafe
mailing list