Specs
GHC 6.12.1
Mac OS X 10.6.4 x64
MacBook Pro
Problem
I\'m having trouble using let
let
Indent each declaration in the let-block to the same degree. Also good form is to indent the 'in' and 'let' to the same level. Eg..
main = let x = 1 y = 2 z = 3 in putStrLn $ "X = " ++ show x ++ "\nY = " ++ show y ++ "\nZ = " ++ show z