X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FScaleFactor.hs;h=4353f0ce3f4a8496de04e3f4905958dbd6bcb05b;hp=9c5530f27911ab747745b8639ee8a47b73c0e711;hb=2ed54d29f525017ee7204f97cc1b15c01b1ae9c8;hpb=2ff335e99a1e12628b87037e08740fbb241413a6 diff --git a/src/ScaleFactor.hs b/src/ScaleFactor.hs index 9c5530f..4353f0c 100644 --- a/src/ScaleFactor.hs +++ b/src/ScaleFactor.hs @@ -1,5 +1,6 @@ -module ScaleFactor - (ScaleFactor) +-- | The 'ScaleFactor' type. Yup, this is it. +-- +module ScaleFactor ( ScaleFactor ) where -type ScaleFactor = (Int, Int, Int) +type ScaleFactor = ( Int, Int, Int )