From b088e499540a1ccd0ee5acbaf5dc1556fd3ec404 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 6 Nov 2011 20:20:05 -0500 Subject: [PATCH] Remove an unused import of Comparisons.nearly_ge. --- src/Tetrahedron.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tetrahedron.hs b/src/Tetrahedron.hs index 3f45924..52e9266 100644 --- a/src/Tetrahedron.hs +++ b/src/Tetrahedron.hs @@ -26,7 +26,7 @@ import Test.Framework.Providers.QuickCheck2 (testProperty) import Test.HUnit (Assertion, assertEqual) import Test.QuickCheck (Arbitrary(..), Gen, Property, (==>)) -import Comparisons ((~=), nearly_ge) +import Comparisons ((~=)) import FunctionValues (FunctionValues(..), empty_values) import Misc (factorial) import Point (Point(..), scale) -- 2.43.2