summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/TooManyDeltas.stderr
blob: 5a180e6acc7ed181e767f9ab4022a1386a1bf3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

TooManyDeltas.hs:14:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘f’: Patterns of type ‘T’, ‘T’ not matched: _ _

TooManyDeltas.hs:14:1: warning: [GHC-61505] [-Wunclassified (in -Wdefault)]
    Pattern match checker ran into -fmax-pmcheck-models=0 limit, so
      • Redundant clauses might not be reported at all
      • Redundant clauses might be reported as inaccessible
      • Patterns reported as unmatched might actually be matched
    Suggested fix:
      Increase the limit or resolve the warnings to suppress this message.

TooManyDeltas.hs:19:1: warning: [GHC-61505] [-Wunclassified (in -Wdefault)]
    Pattern match checker ran into -fmax-pmcheck-models=0 limit, so
      • Redundant clauses might not be reported at all
      • Redundant clauses might be reported as inaccessible
      • Patterns reported as unmatched might actually be matched
    Suggested fix:
      Increase the limit or resolve the warnings to suppress this message.

TooManyDeltas.hs:20:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)]
    Pattern match has inaccessible right hand side
    In an equation for ‘g’: g A A = ...

TooManyDeltas.hs:21:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)]
    Pattern match has inaccessible right hand side
    In an equation for ‘g’: g A A = ...