packages feed

vhd-0.2.2: Data/Vhd/Const.hs

module Data.Vhd.Const
    ( sectorLength
    ) where

sectorLength :: Num a => a
sectorLength = 512