Skip to content
Snippets Groups Projects

vmmonad: added Monad.Fail compliance for Monad Mnd solving #5

Merged Erwan Auer requested to merge ea/fix-monad-fail into master

With GHC 8.6, the option -XMonadFailDesugaring is enabled by default, causing partial pattern matches in do-statement to desugar with the fail method from the MonadFail class.

  • src/VMMonad.hs: here.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading