summaryrefslogtreecommitdiff
path: root/testsuite/tests/monadfail/MonadFailWarningsWithRebindableSyntax.stderr
blob: 7b6cd1ba6d11635935df29d2aa08ddf537a01b54 (plain)
1
2
3
4
5

MonadFailWarningsWithRebindableSyntax.hs:13:5: warning: [-Wmissing-monadfail-instances (in -Wcompat)]
    The failable pattern ‘Just x’
      is used together with -XRebindableSyntax. If this is intentional,
      compile with -Wno-missing-monadfail-instances.