packages feed

doctest-parallel-0.1: test/integration/Setup/Foo.hs

module Setup.Foo where

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

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