packages feed

doctest-0.25.0: test/extract/type-class-args/Foo.hs

module Foo where


class Foo a where

  bar :: a    -- ^ foo
      -> Int  -- ^ bar
      -> String