From: Michael Orlitzky Date: Wed, 26 Oct 2011 12:33:47 +0000 (-0400) Subject: Remove the Eq instance for Grids. X-Git-Tag: 0.0.1~77 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=6c6344110c0e68b3313eee8771020abd42db3714 Remove the Eq instance for Grids. --- diff --git a/src/Grid.hs b/src/Grid.hs index de5f76a..59a9387 100644 --- a/src/Grid.hs +++ b/src/Grid.hs @@ -43,7 +43,7 @@ import Values (Values3D, dims, empty3d, zoom_shape) -- another in each direction (x,y,z). data Grid = Grid { h :: Double, -- MUST BE GREATER THAN ZERO! function_values :: Values3D } - deriving (Eq, Show) + deriving (Show) instance Arbitrary Grid where