dbf-0.0.0.2: Read and write XBase ".dbf" files

Database.XBase.Dbf.Structures

Documentation

data DbfDate yearType Source

Constructors

DbfDate 

Fields

dbfYear :: yearType
 
dbfMonth :: Word8
 
dbfDay :: Word8
 

Instances

Eq yearType => Eq (DbfDate yearType) 
Show yearType => Show (DbfDate yearType)