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:
Attempt to use forM or mapM in Set11a.hs
Run stack runhaskell Set11aTest.hs, noting the fact it passes without issue.
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:
stack runhaskell Set11aTest.hs
, noting the fact it passes without issue.Related text wall: