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