packages feed

doctest-0.25.0: test/integration/setup-skip-on-failure/Foo.hs

module Foo where

-- $setup
-- >>> x
-- 23

-- |
-- >>> foo
-- 42
foo :: Int
foo = 42

-- |
-- >>> y
-- 42
bar :: Int
bar = 42