module Main (main) where import System.FilePath.Glob (glob) import Test.DocTest (doctest) main :: IO () main = glob "Data/SBV/**/*.hs" >>= doctest