packages feed

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

module SetupSkipOnFailure.Foo where

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

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

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