blob: ff6696b466c9ce2520c17b19f57d1d51aef04bee (
plain)
1
2
3
4
5
6
7
8
9
10
|
T9951b.hs:7:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for âfâ:
Patterns not matched:
[]
(p:_) where p is not one of {'a'}
['a']
('a':p:_) where p is not one of {'b'}
...
|