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 think it's okay to keep different types as inputs but the description is really off
in context of Haskell seems like a literal requirement for the arg to be
[Integer]
typeThere should be Haskell-specific description clarifying that input is a list of
Integral
derivativewouldn't it be fine if simply defining the type in the default code? it's quite odd for the solver to specify the type when they don't .. know what it should be
It's solvable using typeclasses
But yeah it does put more of a challenge compared to other languages