DEBSOURCES
Skip Quicknav
sources / haskell-doctest-parallel / 0.3.1.1-1 / test / integration / Setup / Foo.hs
12345678910
module Setup.Foo where -- $setup -- >>> let x = 23 :: Int -- | -- >>> x + foo -- 65 foo :: Int foo = 42