]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Tests/Tetrahedron.hs
Add a bunch of documentation.
[spline3.git] / src / Tests / Tetrahedron.hs
index 31736cf69b419818dcf09682381d85b52dd531e5..d4b7b9bb719a04653ecabb42f04b7a5d2cdf3ed4 100644 (file)
@@ -4,11 +4,9 @@ where
 import Test.HUnit
 import Test.QuickCheck
 
-import Assertions
 import Comparisons
 import Point
 import FunctionValues
-import Misc
 import Tests.FunctionValues()
 import Tetrahedron
 import ThreeDimensional