From 6c6344110c0e68b3313eee8771020abd42db3714 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 26 Oct 2011 08:33:47 -0400 Subject: [PATCH] Remove the Eq instance for Grids. --- src/Grid.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2