ormolu-0.5.0.0: data/examples/declaration/value/function/list-notation-0-out.hs
foo =
testCase "Foo" testFoo
: testCase "Bar" testBar
: testCase "Baz" testBaz
: []
foo =
testCase "Foo" testFoo
: testCase "Bar" testBar
: testCase "Baz" testBaz
: []