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.
The non-random tests are enough to require an Int type from the solution. (E.g. it can't pass with a type definition of
square :: Number -> Number
)The random tests generate numbers for which the result can't be represented with an Int.
I like quotRem here. Didn't know about it!
I was hoping more Haskellers would solve this point-free. I was looking forward to try to decipher the solutions.
Yeah, I just changed tabs to 4 spaces.
I guess this is forked now. Did you make whitespace changes?