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.
After seeing the solution I feel like a moron xD Didn't see the wood for the trees
Haskell tests should be written in a way so the compiler still knows the types for the test cases without clearly inferable type so function can be written more general for any Ord a, instead of having to be type specific.