aboutsummaryrefslogtreecommitdiff
path: root/Defs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Defs.hs')
-rw-r--r--Defs.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Defs.hs b/Defs.hs
index 4203a82..057fc22 100644
--- a/Defs.hs
+++ b/Defs.hs
@@ -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