packages feed

ghc-exactprint-0.2: tests/examples/DocDecls.hs

module DocDecls where

-- | A document before
data Foo = A Int | B Char
         deriving (Show)