aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug387.hs
blob: d9fed34ebfc42ff529bfe1af9647df05c3272c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module Bug387
  ( -- * Section1#a:section1#
    test1
    -- * Section2#a:section2#
  , test2
  ) where

test1 :: Int
test1 = 223

test2 :: Int
test2 = 42