summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609a.stderr
blob: a0f2e3a323f16b0b2548ae8d9739e4bb3e0ab5d1 (plain)
1
2
3
4
5
6
7

T20609a.hs:6:23: warning: [GHC-64088] [-Wforall-identifier (in -Wdefault)]
    The use of ‘forall’ as an identifier
    will become an error in a future GHC release.
    Suggested fix:
      Consider using another name, such as
      ‘forAll’, ‘for_all’, or ‘forall_’.