ormolu-0.7.4.0: data/examples/declaration/data/simple-broken-out.hs
module Main where
-- | Here we go.
data Foo
= Foo {unFoo :: Int}
deriving (Eq)
-- | And once again.
data Bar = Bar {unBar :: Int}
deriving (Eq)
module Main where
-- | Here we go.
data Foo
= Foo {unFoo :: Int}
deriving (Eq)
-- | And once again.
data Bar = Bar {unBar :: Int}
deriving (Eq)