packages feed

doctest-parallel-0.2: test/extract/argument-list/Foo.hs

module Foo where

foo :: Int -- ^ doc for arg1
    -> Int -- ^ doc for arg2
    -> Int
foo = undefined