packages feed

fourmolu-0.4.0.0: data/examples/other/disabling/preserve-empty-lines.hs

{- ORMOLU_DISABLE -}
bar :: Int
bar = 2


baz :: Int
baz = 3
{- ORMOLU_ENABLE -}


foo :: Int
foo = 1