X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FScaleFactor.hs;h=9c5530f27911ab747745b8639ee8a47b73c0e711;hb=3f7331f579118687cd73b977ce6aa7d401f88a09;hp=4af205644332f3a9fb4b205e3d7cbce893777d4d;hpb=cf2126c163fc1cf26175da1c7200a0ec1e3e034d;p=spline3.git diff --git a/src/ScaleFactor.hs b/src/ScaleFactor.hs index 4af2056..9c5530f 100644 --- a/src/ScaleFactor.hs +++ b/src/ScaleFactor.hs @@ -1,6 +1,5 @@ module ScaleFactor + (ScaleFactor) where type ScaleFactor = (Int, Int, Int) - ---instance Integral ScaleFactor where