aboutsummaryrefslogtreecommitdiff
path: root/Defs.hs
blob: 4203a820879b27cb63a27bdbf6bdc5cc6b9ee105 (plain)
1
2
3
4
5
6
7
8
9
10
module Defs where

import Data.Int


type Name = String
type Id = Int
type Size = Integer
type Value = Int64
type Error = Either String