ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/DocDecls.hs
module DocDecls where
-- | A document before
data Foo = A Int | B Char
deriving (Show)
module DocDecls where
-- | A document before
data Foo = A Int | B Char
deriving (Show)