aboutsummaryrefslogtreecommitdiff
path: root/Defs.hs
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-09-01 18:14:43 +0200
committertomsmeding <tom.smeding@gmail.com>2017-09-01 18:15:25 +0200
commit19c70b8eaa1126f1648b009d99092432a5c88059 (patch)
treebd4171a4d6ef5e8ae2b09e1c84bf3e2346374e97 /Defs.hs
parent3d5d85e00f2a81efb62bb17f8e5db63fe5a49a61 (diff)
Structs + typedefs
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