packages feed

fourmolu-0.15.0.0: data/fourmolu/single-deriving-parens/output-DerivingAlways.hs

module Main where

data Foo = Foo
    deriving stock (Show)

data Bar = Bar
    deriving stock (Show, Eq)

data Bat = Bat
    deriving stock (Show)