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.
Which is pretty much what I did, though I used Haskell. But why do it that way to begin with? I just fail to see the reason for it!
Why hide away the Node type in a private module? It means one is forced to program in the browser rather than using one's favourite editor and local setup!
This comment is hidden because it contains spoiler information about the solution
I marked it as an issue since it's a question regarding behaviour that suggests it's an issue with the test ;)
My original solution (not the one I submitted), does handle
isValidWalk $ repeat 'n'
just fine, but the test never returns.Nice, but it doesn't work on quite a few languages of course.
I'm stuck on the code in Test.hs with infinate walks. That is, my solution handles this:
but when running the provided test code the test never terminates. Is there something that's too strict in the test (so the infinate walk is evaluated)?
I'd like to run it locally.
I work on my solutions in an external editor so I'd like to run the code locally, including the the tests offered.
This comment is hidden because it contains spoiler information about the solution