packages feed

ormolu-0.8.1.1: data/examples/other/disabling/preserve-empty-lines-out.hs

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


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

foo :: Int
foo = 1