packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/DocDecls.hs

module DocDecls where

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