X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FScaleFactor.hs;h=4353f0ce3f4a8496de04e3f4905958dbd6bcb05b;hb=36b1ba0242bd5ceb600412d6c93a37b33b57d4d9;hp=4af205644332f3a9fb4b205e3d7cbce893777d4d;hpb=da61c2f5593476df49d05db0ee48bdc06ec3fa91;p=spline3.git diff --git a/src/ScaleFactor.hs b/src/ScaleFactor.hs index 4af2056..4353f0c 100644 --- a/src/ScaleFactor.hs +++ b/src/ScaleFactor.hs @@ -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 )