blob: 9b60c06636e510112fba900e043f15b0b7f15f9d (
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 not matched: F
T17386.hs:18:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for āgā: Patterns not matched: T
|