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.
This is a math problem, not a tool for learning Haskell. It misleads students because the idiomatic Haskell solution works fine for the small tests provided but falls apart on the massive integers tested when submitting.
I agree, thanks for fixing my Object.create call, schyzoo
This really shouldn't pass if the returned instance isn't actually an instance of a Singleton, i.e. passes an "obj instanceof Singleton" test.
Add more descriptive test errors, like printing the comment above each test case as the test case message.