X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FScaleFactor.hs;h=4353f0ce3f4a8496de04e3f4905958dbd6bcb05b;hb=d6dd574714648c0703175b5b2d3ccdd5198bb552;hp=9c5530f27911ab747745b8639ee8a47b73c0e711;hpb=3f7331f579118687cd73b977ce6aa7d401f88a09;p=spline3.git 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 )