moocfi / haskell-mooc

Haskell MOOC University of Helsinki
Other
313 stars 446 forks source link

Data.Traversable forbidden on haskell.mooc.fi yet not forbidden in haskell-mooc/exercises/Set11aTest.hs #76

Closed JuhaJGamer closed 1 year ago

JuhaJGamer commented 1 year ago

Description: See title Expected behaviour: Server and git repository agree on the legality of imports Actual behaviour: Server disallows forM/mapM/Data.Traversable, while Set11aTest.hs in the repository allows it. Replication:

  1. Attempt to use forM or mapM in Set11a.hs
  2. Run stack runhaskell Set11aTest.hs, noting the fact it passes without issue.
  3. Try to submit it on haskell.mooc.fi
  4. Disintegrate as your tests fail

Related text wall: image

opqdonut commented 1 year ago

That's weird. I'll check that the tests on the server are up to date.

opqdonut commented 1 year ago

Fixed, thanks for reporting!