DEBSOURCES
Skip Quicknav
sources / haskell-doctest / 0.22.6-1 / test / integration / setup-skip-on-failure / Foo.hs
1234567891011121314151617
module Foo where -- $setup -- >>> x -- 23 -- | -- >>> foo -- 42 foo :: Int foo = 42 -- | -- >>> y -- 42 bar :: Int bar = 42