blob: a8ea17df80fa01360654609c8fe8add05aa56f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
T7294.hs:25:1: warning:
Pattern match is redundant
In an equation for ‘nth’: nth Nil _ = ...
T7294.hs:25:5: warning:
• Couldn't match type ‘'True’ with ‘'False’
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
|