ormolu-0.2.0.0: data/examples/other/disabling/whole-file-out.hs
{- ORMOLU_DISABLE -}
module Foo (foo,bar) where
foo :: Int -> Int
foo = (+5)
bar :: Bool -> Bool
bar True = True
bar False = True
{- ORMOLU_DISABLE -}
module Foo (foo,bar) where
foo :: Int -> Int
foo = (+5)
bar :: Bool -> Bool
bar True = True
bar False = True