packages feed

doctest-0.25.0: test/parse/multiple-examples/Foo.hs

module Foo where

-- |
-- >>> foo
-- 23
foo = 23

-- |
-- >>> bar
-- 42
bar = 42