]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/ScaleFactor.hs
src/Cardinal.hs: undo a stupid trick, to eliminate a GHC warning.
[spline3.git] / src / ScaleFactor.hs
index 4af205644332f3a9fb4b205e3d7cbce893777d4d..4353f0ce3f4a8496de04e3f4905958dbd6bcb05b 100644 (file)
@@ -1,6 +1,6 @@
-module ScaleFactor
+-- | The 'ScaleFactor' type. Yup, this is it.
+--
+module ScaleFactor ( ScaleFactor )
 where
 
-type ScaleFactor = (Int, Int, Int)
-
---instance Integral ScaleFactor where
+type ScaleFactor = ( Int, Int, Int )