blob: c8b1d1203ad9a93f411cb2d8494f2d843b2f955c (
plain)
1
2
3
4
5
6
7
8
9
10
|
T14059b.hs:24:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘wibble’:
Patterns of type ‘Sing z’ not matched: SFalse
T14059b.hs:27:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘wobble’:
Patterns of type ‘Sing z’ not matched: SFalse
|