HaRe-0.8.0.0: test/testdata/Layout/Derive.hs
{-# LANGUAGE StandaloneDeriving #-}
module Layout.Derive where
-- import Data.Generics
data B = B Integer
deriving instance Show B
{-# LANGUAGE StandaloneDeriving #-}
module Layout.Derive where
-- import Data.Generics
data B = B Integer
deriving instance Show B