module Setup.Foo where

-- $setup
-- >>> let x = 23 :: Int

-- |
-- >>> x + foo
-- 65
foo :: Int
foo :: Int
foo = Int
42