summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA021.hs
blob: ac12f30d6b4fc1a69ab1c951ee7e03b9e013e72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module A (

-- | bla bla

{- | blabla -}

x,

-- ** qeöqwkeöwqlkeqöle

-- | qweljqwelkqjwelqjkq

y,


-- | dkashdakj
z

-- * asdjha

) where

x = True
y = False
z = True