]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/ScaleFactor.hs
Clean up imports/exports.
[spline3.git] / src / ScaleFactor.hs
index 4af205644332f3a9fb4b205e3d7cbce893777d4d..9c5530f27911ab747745b8639ee8a47b73c0e711 100644 (file)
@@ -1,6 +1,5 @@
 module ScaleFactor
+  (ScaleFactor)
 where
 
 type ScaleFactor = (Int, Int, Int)
-
---instance Integral ScaleFactor where