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