]> Git — Sourcephile - gargantext.git/blob - src-doctest/Main.hs
[SQL/OPALEYE] leftJoin3. thanks to tomjaguarpaw https://github.com/tomjaguarpaw/haske...
[gargantext.git] / src-doctest / Main.hs
1 import System.FilePath.Glob
2 import Test.DocTest
3
4 main :: IO ()
5 main = glob "src/**/*.hs" >>= doctest
6