1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Jonathan Chan a0df5a759c Semigroup has been added to Prelude, so implementations of Monoid were
broken. For day 20, use of the AC-Vector library has been replaced with
various implementations of typeclasses necessary to make everything
work. Extra packages used have also been added to the README.
2018-07-29 11:40:30 -07:00
Jonathan Chan c3c22a5f8f Minor refactoring - replaced all fmaps with <$> (idk why I kept using fmaps in the first place) 2017-12-19 23:40:38 -08:00
Jonathan Chan ad9d3674f3 Minor refactorings of days 3, 4, 5, 6, 7, 9, 11, and removed alternate solution (i.e. the original one) for 9. 2017-12-12 09:29:10 -08:00
Jonathan Chan a5e12ca387 Day 11 2017-12-12 09:29:07 -08:00