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