diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-26 06:00:29 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-26 06:00:29 +0300 |
commit | 4fabcfd1514ec86c3d1dcda24fdb46731651ae32 (patch) | |
tree | aa1d327cf092a56e12e7048fc4a41b42eb2a7b7b | |
parent | 05b701049fd8034fda8e9f3cfb645863e25973a6 (diff) | |
download | molodivo-4fabcfd1514ec86c3d1dcda24fdb46731651ae32.tar.gz |
Document DistrictFunds
-rw-r--r-- | lib/Malodivo/Budget.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Malodivo/Budget.hs b/lib/Malodivo/Budget.hs index 34a3b5c..438d868 100644 --- a/lib/Malodivo/Budget.hs +++ b/lib/Malodivo/Budget.hs @@ -14,7 +14,7 @@ import qualified Data.HashMap.Strict as HM import qualified Malodivo.Types.Bill as B import qualified Malodivo.Types.District as D --- | Convenient type. +-- | Convenient type. Describes available or allocated funds per 'District'. type DistrictFunds = HM.HashMap D.District Integer {-| |