packages feed

lapack-0.3.2: test/DocTest/Main.hs

-- Do not edit! Automatically created with doctest-extract.
module DocTest.Main where

import qualified DocTest.Numeric.LAPACK.Permutation.Private
import qualified DocTest.Numeric.LAPACK.Example.DividedDifference
import qualified DocTest.Numeric.LAPACK.Example.EconomicAllocation

import qualified Test.DocTest.Driver as DocTest

main :: DocTest.T ()
main = do
    DocTest.Numeric.LAPACK.Permutation.Private.test
    DocTest.Numeric.LAPACK.Example.DividedDifference.test
    DocTest.Numeric.LAPACK.Example.EconomicAllocation.test