Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JuhaJGamer opened this issue Jan 14, 2023 · 2 comments

Comments

@JuhaJGamer
Copy link

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
Copy link
Collaborator

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

@opqdonut
Copy link
Collaborator

opqdonut commented Mar 1, 2023

Fixed, thanks for reporting!

@opqdonut opqdonut closed this as completed Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants