purescript-0.14.2: tests/purs/layout/Delimiter.purs
module Test where
test1 = a
test2 = {
b
}
test3 = do
foo
bar (
baz
) == 12
baz
test4 = c
module Test where
test1 = a
test2 = {
b
}
test3 = do
foo
bar (
baz
) == 12
baz
test4 = c