2 -- RebindableSyntax does not play that well with MonadFail, so here we ensure
3 -- that when both settings are enabled we get the proper warning.
5 {-# OPTIONS_GHC -Wmissing-monadfail-instances #-}
6 {-# LANGUAGE RebindableSyntax #-}
8 module MonadFailWarningsWithRebindableSyntax
where