Releases: chungyc/ninetynine
Releases · chungyc/ninetynine
v1.3.0
v1.2.0
v1.1.0
-
Improvements in testing.
-
Improve code hygiene with HLint.
-
Add a tutorial problem to walk through the process of solving a problem.
-
Use Parsec for parsing in non-solution code instead of using manually crafted parsers.
-
Rename
Problems.PostfixNotation
toProblems.Monads
to be consistent with other supporting modules. -
Remove
Duplicate
operator fromProblems.P79
, and also update the problem to require a more complete calculation history.