separate the parser
[fp.git] / tests / doctest.hs
1 import Test.DocTest
2
3 main :: IO ()
4 main = doctest ["-isrc", "src/Main.hs"]