blob: 6c60cf13c013f3bd1bb6ce1cdbb7a4fb34a20fe8 (
plain)
1
2
3
4
5
6
7
8
|
T17386.hs:11:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘f’: Patterns of type ‘B’ not matched: F
T17386.hs:18:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘g’: Patterns of type ‘B’ not matched: T
|