Skip to content

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

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