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