faf1c023 ^
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