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.
@zebralan ..
Cheers!
I also figured out
name
is redundant intype
andtypeParam
. It's always available throughuserType
->simpleUserType
, where the[ "<" typeParams ">" ]
is optional. That saved a lot of time on ambiguous parsing.@JohanWiltink Updated.
(JS)
The description is not updated and I ran into the same issue ..
( For me, it is not easy to guess. )
Thanks guys. I nearly forget the existence of this kata :)
This is still not complete, it can not hold cases like
() -> B
->Function0<B>
.Anyway, it is easy to guess the what the proper form should be, though the desc. need to be updated.
I am very sorry: a comma was missing; you should have had
"00|15|17, 11|15|59, 02|22|00, 02|47|16, 02|32|34, 01|17|20, 12|17|20, 01|22|34, 02|17|17"
. I have corrected. I tried your solution and now it passes without "hack":-) Thanks and cheers!