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