packages feed

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

module Bar where

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