packages feed

n-ary-functor-1.0: test/doctests.hs

module Main where

import Build_doctests (flags, pkgs, module_sources)
import Test.DocTest (doctest)

main :: IO ()
main = do
    doctest args
  where
    args = flags ++ pkgs ++ module_sources