]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
spline3.cabal: loosen repa dependency bounds (any 3.x version will work).
[spline3.git] / src / ScaleFactor.hs
1 -- | The 'ScaleFactor' type. Yup, this is it.
2 --
3 module ScaleFactor ( ScaleFactor )
4 where
5
6 type ScaleFactor = ( Int, Int, Int )