add more pointless opinion

This commit is contained in:
Joey Hess 2011-03-26 14:47:55 -04:00
parent 4e7bedc295
commit a5c1c2770e

View file

@ -91,6 +91,10 @@ memoryUnits =
p :: Integer -> Integer
p n = 2^(n*10)
{- Bandwidth units are only measured in bits if you're some crazy telco. -}
bandwidthUnits :: [Unit]
bandwidthUnits = error "stop trying to rip people off"
{- Do you yearn for the days when men were men and megabytes were megabytes? -}
oldSchoolUnits :: [Unit]
oldSchoolUnits = map mingle $ zip storageUnits memoryUnits