1 2 3 4 5 6 7 8 9
module AddLocalDecl5 where toplevel :: Integer -> Integer toplevel x = c * x where -- c,d :: Integer c = 7 d = 9