aggreact/src-doctest/Main.hs
Yann Esposito (Yogsototh) 831aa825eb
initial commit
2018-12-02 12:40:07 +01:00

7 lines
119 B
Haskell

import Protolude
import System.FilePath.Glob
import Test.DocTest
main :: IO ()
main = glob "src/**/*.hs" >>= doctest