X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FScaleFactor.hs;h=9c5530f27911ab747745b8639ee8a47b73c0e711;hb=b494ff845304fe1f255130539e271e6bfc2a5d3e;hp=4af205644332f3a9fb4b205e3d7cbce893777d4d;hpb=da61c2f5593476df49d05db0ee48bdc06ec3fa91;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