X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FFunctionValues.hs;h=0d84801f3f082532d232e75d40f626018f37f0de;hb=d51a715d7a1181cd246b50a091bf909eaa04eae0;hp=6271d11e8613ca7f4f988339fe1775c4c59c3bdf;hpb=2afb3f225800f5e7a27c9368b1391a0e16f206d6;p=spline3.git diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index 6271d11..0d84801 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -17,7 +17,7 @@ where import Prelude hiding ( LT ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( Assertion, testCase ) -import Test.Tasty.QuickCheck ( Arbitrary(..), choose, testProperty ) +import Test.Tasty.QuickCheck ( Arbitrary( arbitrary ), choose, testProperty ) import Assertions ( assertTrue ) import Cardinal ( Cardinal(..), cwx, cwy, cwz )