ormolu-0.2.0.0: data/examples/other/disabling/indented-fragment-out.hs
foo =
{- ORMOLU_DISABLE -}
testCase "Foo" testFoo :
testCase "Bar" testBar :
testCase "Baz" testBaz :
{- ORMOLU_ENABLE -}
[]
foo =
{- ORMOLU_DISABLE -}
testCase "Foo" testFoo :
testCase "Bar" testBar :
testCase "Baz" testBaz :
{- ORMOLU_ENABLE -}
[]