module Defs where import Data.Int type Name = String type Id = Int type Size = Integer type Offset = Integer type Value = Int64 type Error = Either String