Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Just thought this Kata might be a good practise for State Monad, so I tried it myself. The link of my State-Monad solution is
http://www.codewars.com/kata/reviews/5667ed18ee01c4d62100001f/groups/56a486e4284a8a2220000036
I am still new to Haskell and Monadic programming. Any comment is welcomed. Please do let me know if there's a better way to solve this Kata using State Monad.