packages feed

doctest-0.25.0: test/integration/setup/Foo.hs

module Foo where

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

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