HaRe-0.8.0.0: test/testdata/Layout/LetStmt.hs
-- A simple let statement, to ensure the layout is detected
module Layout.LetStmt where
foo = do
let x = 1
y = 2
x+y
-- A simple let statement, to ensure the layout is detected
module Layout.LetStmt where
foo = do
let x = 1
y = 2
x+y