hledger/Types.hs
2007-07-02 14:54:36 +00:00

8 lines
76 B
Haskell

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