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 really do need to work on my knowledge of the prelude functions. I tend to not rely enough on them.
Haskell seems to be fine: closed until further notice.
timeLimit
can be up tomaxBound
. If a solution never uses numbers greater thantimeLimit
in calculations than it's not a problem. I don't see it as an issue but you can changemaxBound
to a not so large arbitrary integer if you like.I took a look in the edit panel. 4 guys completed it in haskell. I'm not competent in haskell... But is that still an issue or can it be resolved?
Someone?
It's fixed
This comment is hidden because it contains spoiler information about the solution
Fixed. Maximum string length reduced according to the description.
The Haskell version still has submission compilation issues.
shuffle
was recently introduced to theTest.QuickCheck
module exports in version 2.8 (released March 18, 2015). This conflicts withFindingAnAppointment.Test.shuffle
and prevents any submission.This comment is hidden because it contains spoiler information about the solution