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

T20609b.hs:7:3: warning: [-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_’.