extrapolate-0.0.1: tests/test-extrapolate.hs
-- Copyright (c) 2017 Rudy Matela. -- Distributed under the 3-Clause BSD licence (see the file LICENSE). import Test main :: IO () main = mainTest tests 10000 tests :: Int -> [Bool] tests n = [ True ]
-- Copyright (c) 2017 Rudy Matela. -- Distributed under the 3-Clause BSD licence (see the file LICENSE). import Test main :: IO () main = mainTest tests 10000 tests :: Int -> [Bool] tests n = [ True ]