blob: e04c5703906155203e3dcf97eda6da1e3d120571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
completesig04.hs:10:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘f’:
Patterns of type ‘T’ not matched:
B
C
completesig04.hs:12:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘g’:
Patterns of type ‘Maybe a’ not matched: Nothing
|