packages feed

fourmolu-0.4.0.0: data/examples/other/disabling/whole-file.hs

{-    ORMOLU_DISABLE     -}

module Foo (foo,bar) where

foo :: Int -> Int
foo = (+5)

bar :: Bool -> Bool
bar True  = True
bar False = True