blob: ddb4af92eea28d99a41c00a850e40fe4d4e112ef (
plain)
1
2
3
4
5
6
7
8
|
pmc005.hs:11:1: warning:
Pattern match(es) are non-exhaustive
In an equation for ‘foo’: Patterns not matched: TBool TBool
pmc005.hs:12:1: warning:
Pattern match has inaccessible right hand side
In an equation for ‘foo’: foo _ TList = ...
|