DEBSOURCES
Skip Quicknav
sources / haskell-doctest-parallel / 0.3.1.1-1 / test / parse / multiple-examples / Foo.hs
1234567891011
module Foo where -- | -- >>> foo -- 23 foo = 23 -- | -- >>> bar -- 42 bar = 42