]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
spline3.cabal: remove "-prof" from the profiling flags because Cabal said to.
[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 )