summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/TooManyDeltas.stderr
blob: 8180eb154256ad3a9e323fccec7f53d8253f8e1e (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

TooManyDeltas.hs:14:1: warning:
    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
    Increase the limit or resolve the warnings to suppress this message.

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

TooManyDeltas.hs:19:1: warning:
    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
    Increase the limit or resolve the warnings to suppress this message.

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

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