blob: 4ff3e8ae33a9cf41de9bb25f6bd53e33a0373c64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{-# LANGUAGE Haskell2010 #-}
module Bug953 where
{- | A foo
==== __Examples__
Foo example body
-}
data Foo = Foo'
{- | A bar
==== __Examples__
Bar example body
-}
data Bar = Bar'
|