blob: e6ad7cf9ae5575966f1f139ef40f0de0f60f310d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
T2204.hs:6:1: warning:
Pattern match(es) are non-exhaustive
In an equation for āfā:
Patterns not matched:
('0':'1':_:_)
('0':p:_) where p is not one of {'1'}
['0']
(p:_) where p is not one of {'0'}
...
T2204.hs:9:1: warning:
Pattern match(es) are non-exhaustive
In an equation for āgā:
Patterns not matched: p where p is not one of {0}
|