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)
shouldBe
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.
Loading collection data...
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.