DEBSOURCES
Skip Quicknav
sources / haskell-doctest-parallel / 0.3.1.1-1 / test / extract / type-class-args / Foo.hs
12345678
module Foo where class Foo a where bar :: a -- ^ foo -> Int -- ^ bar -> String