aboutsummaryrefslogtreecommitdiff
path: root/Defs.hs
blob: 057fc22fcabe78234c23897e60d01da6443d6aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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