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 get this error too. My solution works perfectly if I run it locally. :/
This comment is hidden because it contains spoiler information about the solution
Oh I'm sorry. I completely misread the problem. Thanks!
That seems to have fixed it.
I noticed what looks like a mistake in one of the tests:
animals 72 200
shouldBe
Just (44,28)Shouldn't this be: Just (36, 50) ?
I'm getting the following error with Haskell:
/tmp/haskell117228-24-1lyozsz.ncr0y66r/Animals/Test.hs:3:8:
Could not find module `Animals'
Use -v to see a list of the files searched for.
I don't understand why you are using a monad in an 8kyu problem. This is extremely frustrating for someone just starting out in Haskell.