continued-fractions-0.10.0.0: test/Tests.hs
#!/usr/bin/env runhaskell module Main where import Test.Framework (defaultMain) import Math.CFTests (cfTests) main :: IO () main = defaultMain cfTests
#!/usr/bin/env runhaskell module Main where import Test.Framework (defaultMain) import Math.CFTests (cfTests) main :: IO () main = defaultMain cfTests