summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609c.stderr
blob: 4f24da7960d32ac519220da87703ddca6ea56988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

T20609c.hs:5:22: 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_’.

T20609c.hs:7:27: 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_’.