]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - test/Doctests.hs
Add the numerical-analysis Haskell library.
[numerical-analysis.git] / test / Doctests.hs
1 module Main
2 where
3
4 import Test.DocTest
5
6 main :: IO ()
7 main = doctest ["--optghc=-isrc", "src/Root.hs"]