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.
You had the wrong GHC version selected. That version has not been available for quite a while now. Closing.
Go translation, please check and approve.
https://www.codewars.com/kumite/5e6da4bd3fcf600012e7d6e5?sel=5e6da4bd3fcf600012e7d6e5
Getting the following error when attempting the Haskell solution after unit tests pass without problems:
There really should be a test case that uses node values which are not
Ord
.Thanks, done.
Code blocks in the description shouldn't have headers. When there are adjacent code blocks, only the block with a matching language is displayed in the description.
You can do
withMaxSuccess
, but don't callquickCheck
explicitly because it doesn't use Codewars formatter and even failed tests are shown as passed this way.Genius