doc wording

This commit is contained in:
Simon Michael 2008-10-03 00:53:49 +00:00
parent dff6eb8e76
commit 8db5aa5f04
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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