hledger/BasicTypes.hs
2007-03-12 07:58:11 +00:00

8 lines
81 B
Haskell

module BasicTypes
where
import Utils
type Date = String
type DateTime = String