doc wording
This commit is contained in:
parent
dff6eb8e76
commit
8db5aa5f04
@ -1,6 +1,5 @@
|
||||
{-|
|
||||
This module makes it easier to import all the hledger "models",
|
||||
the main data types and their "methods".
|
||||
Import this module to get all the hledger \"models\" and their \"methods\".
|
||||
-}
|
||||
module Ledger.Models (
|
||||
module Ledger.Types,
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{-|
|
||||
All the basic data types, defined here for easy re-use. See "Main".
|
||||
All the main data types, defined here to avoid import cycles.
|
||||
-}
|
||||
module Ledger.Types
|
||||
where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user