summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_fail/WarningGroups.stderr
blob: 8e9cedb07ec431d8a1c661e4b4179716b6d6bfc5 (plain)
1
2
3
4
5
6
7
8
9

WarningGroups.hs:4:1: warning: [GHC-38417] [-Wmissing-signatures (in -Wall)]
    Top-level binding with no type signature: unused :: ()

WarningGroups.hs:4:1: error: [-Wunused-top-binds (in -Wextra, -Wunused-binds), Werror=unused-top-binds]
    Defined but not used: ‘unused’

WarningGroups.hs:4:14: error: [-Wunused-local-binds (in -Wextra, -Wunused-binds), Werror=unused-local-binds]
    Defined but not used: ‘useless’