#NICTA-Course solutions
If you are looking for the exercises (not the answers), please go to https://github.com/NICTA/course
These are the solutions to nicta-course exercises for learning haskell. The exercises themselves can be found here : https://github.com/NICTA/course
Please note the solutions provided here are done by a learner and there might be some bugs and some many ground for improvement.
Course.Id
-> DoneCourse.Optional
-> DoneCourse.Validation
-> Done
After this, the following progression of modules is recommended:
Course.Functor
-> DoneCourse.Applicative
-> DoneCourse.Monad
-> DoneCourse.FileIO
-> DoneCourse.State
-> DoneCourse.StateT
-> DoneCourse.Extend
-> DoneCourse.Comonad
-> DoneCourse.Compose
-> DoneCourse.Traversable
-> DoneCourse.ListZipper
-> DoneCourse.Parser
-> DoneCourse.MoreParser
-> DoneCourse.JsonParser
-> DoneCourse.Interactive
-> DoneCourse.Anagrams
-> DoneCourse.FastAnagrams
-> DoneCourse.Cheque
-> Partially Done