summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T7294.stderr
blob: f694af8d0c28bc1c5f4b118c5a8b031b11e4a5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T7294.hs:27:1: warning: [-Woverlapping-patterns (in -Wdefault)]
    Pattern match is redundant
    In an equation for ‘nth’: nth Nil _ = ...

T7294.hs:27:5: warning: [-Winaccessible-code (in -Wdefault)]
    • Couldn't match type ‘'False’ with ‘'True’
      Inaccessible code in
        a pattern with constructor: Nil :: forall a. Vec a 'Zero,
        in an equation for ‘nth’
    • In the pattern: Nil
      In an equation for ‘nth’: nth Nil _ = undefined