module FooWorks
(
  -- * header
  -- ** 2nd header
  foo,
  -- ** another 2nd header
  bar
) where

foo, bar :: Int
foo = 0
bar = 1
