DEBSOURCES
Skip Quicknav
sources / haskell-doctest / 0.22.6-1 / test / parse / setup-only / Foo.hs
123456789
module Foo where -- $setup -- >>> foo -- 23 -- | some documentation foo :: Int foo = 23