1 2 3 4 5 6 7 8 9
module RmDecl6 where foo a = baz where x = 1 y :: Int -> Int -> Int y a b = undefined