X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FPoint.hs;h=004b2e4498f99920971b9f36a2d3b6aa8d32dc01;hp=54c4f72913f37611bdf81861a30af49204dc50ce;hb=c9376729d535a13fc51b0270fe4a9b171888fc7b;hpb=b6f84e979fd6c5a5e62b53143e737a28d8ed64a7 diff --git a/src/Point.hs b/src/Point.hs index 54c4f72..004b2e4 100644 --- a/src/Point.hs +++ b/src/Point.hs @@ -6,7 +6,7 @@ module Point ( scale ) where -import Test.Tasty.QuickCheck ( Arbitrary(..) ) +import Test.Tasty.QuickCheck ( Arbitrary( arbitrary ) ) -- | Represents a point in three dimensions. We use a custom type (as