haddock-2.25.0: html-test/src/Bug953.hs
{-# LANGUAGE Haskell2010 #-}
module Bug953 where
{- | A foo
==== __Examples__
Foo example body
-}
data Foo = Foo'
{- | A bar
==== __Examples__
Bar example body
-}
data Bar = Bar'
{-# LANGUAGE Haskell2010 #-}
module Bug953 where
{- | A foo
==== __Examples__
Foo example body
-}
data Foo = Foo'
{- | A bar
==== __Examples__
Bar example body
-}
data Bar = Bar'