packages feed

doctest-0.25.0: test/integration/testFailOnMultiline/Fib.hs

module Fib where

-- | The following interaction cause `doctest' to fail with an error:
--
-- >>> :{
foo :: Int
foo = 23

-- | The following interaction cause `doctest' to fail with an error:
--
-- >>>       :{
bar :: Int
bar = 23