X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FTetrahedron.hs;h=52e9266d992cdc3901104b967361d147d8a4a6ce;hb=b088e499540a1ccd0ee5acbaf5dc1556fd3ec404;hp=3f45924d72ac95db05400c7e23bfa3594d644bfb;hpb=f1ea5f4014fdf8756fc6a70cf51052cdccbc4294;p=spline3.git 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)