aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/IgnoreExports.hs
blob: 0321ad02721bd2e2feec8b3aef54067c3600ef04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS_HADDOCK ignore-exports #-}
module IgnoreExports (foo) where

-- | documentation for foo
foo :: Int
foo = 23

-- | documentation for bar
bar :: Int
bar = 23