packages feed

doctest-0.25.0: test/integration/fail-fast/SetupBar.hs

module SetupBar where

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

-- | bar
-- a passing test
-- >>> bar
-- 42
bar :: Int
bar = 42