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.
I don't know Haskell, so I cannot speak to that translation, but such a test case already exists in all other languages.
thanks for the advice!
Note to self: I should have added the edge case in the test when I translated the kata.
The test suite should check that the "greater than" statement for 95 on Tuesdays is not mistaken for "greater than or equal to".
Is there a way to submit such changes for consideration to a Kata without expressing the sentiment on Discourse?
Everything is an expression in Haskell, you do not need to be explicit with what to return as Haskell will evaluate your conditional and return that value if you let it, viz. that the following two code snippets are equivalent
Also, the Kata Description states that on Tuesdays the person in question is afraid of numbers greater, not equal to, than 95.