packages feed

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

module Foo where


class Foo a where

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