X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FGrid.hs;h=43e60ef2c17948e78e334b2c49847b4c1fa19f50;hb=944668e6c12378c4c179b9b3ada0e4626c3c71e0;hp=57eaa19f0c95e8c45ffdd01c9f4dcb759e3e5a67;hpb=8a0914b82df64d85fef00c99ed6f827d400b48dd;p=spline3.git diff --git a/src/Grid.hs b/src/Grid.hs index 57eaa19..43e60ef 100644 --- a/src/Grid.hs +++ b/src/Grid.hs @@ -19,7 +19,7 @@ import Data.Array.Repa.Operators.Traversal ( unsafeTraverse ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( Assertion, assertEqual, testCase ) import Test.Tasty.QuickCheck ( - Arbitrary(..), + Arbitrary( arbitrary ), Gen, Property, (==>), @@ -36,7 +36,7 @@ import Cube ( tetrahedron ) import Examples ( trilinear, trilinear9x9x9, zeros ) import FunctionValues ( make_values, value_at ) -import Point ( Point(..) ) +import Point ( Point(Point) ) import ScaleFactor ( ScaleFactor ) import Tetrahedron ( Tetrahedron( v0, v1, v2, v3 ),