packages feed

ormolu-0.0.1.0: data/examples/declaration/data/simple-broken.hs

module Main where

-- | Here we go.

data Foo
  = Foo { unFoo :: Int }
  deriving (Eq)

-- | And once again.

data Bar = Bar { unBar :: Int }
  deriving (Eq)