diff options
Diffstat (limited to 'Defs.hs')
-rw-r--r-- | Defs.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ import Data.Int type Name = String type Id = Int type Size = Integer +type Offset = Integer type Value = Int64 type Error = Either String |