mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
comment
This commit is contained in:
parent
42ba85c4e1
commit
0d8bd83b7f
21
Types.hs
21
Types.hs
@ -7,7 +7,7 @@ import qualified Data.Map as Map
|
|||||||
Here is the approximate module hierarchy. The early code defined types in
|
Here is the approximate module hierarchy. The early code defined types in
|
||||||
each module and so was strictly layered. Now, all data types have been
|
each module and so was strictly layered. Now, all data types have been
|
||||||
moved to the bottom. The modules are still used to group related
|
moved to the bottom. The modules are still used to group related
|
||||||
functions/methods ("make overview" to list those).
|
functions/methods (" make overview " to list those).
|
||||||
|
|
||||||
hledger
|
hledger
|
||||||
Options
|
Options
|
||||||
@ -18,15 +18,16 @@ hledger
|
|||||||
TimeLogEntry
|
TimeLogEntry
|
||||||
Ledger
|
Ledger
|
||||||
Account
|
Account
|
||||||
RawLedger
|
EntryTransaction
|
||||||
EntryTransaction
|
RawLedger
|
||||||
Entry
|
Entry
|
||||||
Transaction
|
Transaction
|
||||||
AccountName
|
AccountName
|
||||||
Amount
|
Amount
|
||||||
Currency
|
Currency
|
||||||
Types
|
Types
|
||||||
Utils
|
Utils
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
|
||||||
type Date = String
|
type Date = String
|
||||||
|
Loading…
Reference in New Issue
Block a user