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.
I sacrificed my honor points to understand this problem - Here is what I found:
The only difference between an accepted solution and my code was the order of Type 'Two' roots; ( -b +sqrt) ( -b -sqrt ) .
When I flipped those to ( -b -sqrt) ( -b + sqrt ) I immediately got the green light.
I have stumbled upon this bug too. An alias of 'f' did not compile. When I changed it to 'p' I had no problems with aliases.
EDIT: After looking at solutions I am sure the problem is something else. Everyone uses 'f' without issues. I have already forgotten what code had the bug.
This comment is hidden because it contains spoiler information about the solution
What a lovely timing on your clarification. Thank you very much for it.
The random tests for Haskell seem to be broken.
Had a random test expect "..." from ("pbdl" 2) [Haskell].
Looks like a buggy test to me.
What am I even looking at?
The Haskell variant has no code. This should not had been approved.
EDIT: I suspect this is this kata's quirk. One sentence about this design would be reassuring for those like me.