add more pointless opinion
This commit is contained in:
parent
4e7bedc295
commit
a5c1c2770e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue