fourmolu-0.9.0.0: data/fourmolu/respectful-module-where/output-respectful=True-ImportExportDiffFriendly.hs
module Foo where
{- // -}
module Foo
where
{- // -}
module Foo (a, b) where
{- // -}
module Foo (a, b)
where
{- // -}
module Foo (
a,
b,
) where
{- // -}
module Foo (
a,
b,
)
where
{- // -}
module Foo {-# WARNING "foo" #-} where
{- // -}
module Foo {-# WARNING "foo" #-}
where
{- // -}
module Foo {-# WARNING "foo" #-} (a, b) where
{- // -}
module Foo {-# WARNING "foo" #-} (a, b)
where
{- // -}
module Foo
{-# WARNING "foo" #-} (
a,
b,
) where
{- // -}
module Foo
{-# WARNING "foo" #-} (
a,
b,
)
where