module Sid.Types ( SIDCounter ) where import Data.Word (Word64) type SIDCounter = Word64