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.
c u r s e d
I use a hlinter for what goose mentioned, it basically formats my code whenever I save the file :D
Word of advice: you don't need to enclose
toUpper c
with parentheses; function application is "stickier" than any infix operatorNever knew Haskell could do parallel list comprehension, thanks for pointing it out!
d'oh... oh that silly trival reader monad. :)
thx!
s
is available natively as(<*>)
.should a Senior really have a handicap "worse" than 8 ? that is, if he becomes better, he won't be a Senior anymore?
yes-ish... it is not about "a double or a non-double" but about "just one double or nothing".
a
Maybe Double
differs from aDouble
.a
Maybe a
is like a list ofa
s with at most one element.let me hoogle that for you... https://www.haskell.org/hoogle/?hoogle=Maybe