diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-24 14:02:19 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-24 14:02:19 +0300 |
commit | 05b701049fd8034fda8e9f3cfb645863e25973a6 (patch) | |
tree | 9d81b6b778451b893494a741b6114378bf72032b | |
parent | a22ea0bcb7d9f979cc96e22c55b44e86cc0fe44e (diff) | |
download | molodivo-05b701049fd8034fda8e9f3cfb645863e25973a6.tar.gz |
Fix a typo
-rw-r--r-- | lib/Malodivo/Budget.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Malodivo/Budget.hs b/lib/Malodivo/Budget.hs index e5a7282..34a3b5c 100644 --- a/lib/Malodivo/Budget.hs +++ b/lib/Malodivo/Budget.hs @@ -19,7 +19,7 @@ type DistrictFunds = HM.HashMap D.District Integer {-| -Trivial case: many districts, one bill, no contraints (wishes, +Trivial case: many districts, one bill, no constraints (wishes, limits). We assume that, with no explicit wishes, each district wants to contribute all its funds. @@ -97,7 +97,7 @@ manyToOne :: manyToOne funds bill = fundRaising funds (B.amount bill) {-| -Districts funding multiple bills. No contraints. +Districts funding multiple bills. No constraints. >>> :set -XOverloadedStrings >>> import Data.Maybe (fromJust) |