blob: e140b58ad3b60f8e357eba2471b3720e8b7005ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
T20485.hs:7:3: warning: [-Wgadt-mono-local-binds (in -Wdefault)]
Pattern matching on GADTs without MonoLocalBinds is fragile.
Suggested fix:
Enable any of the following extensions: GADTs, TypeFamilies
T20485.hs:9:19: warning: [-Wgadt-mono-local-binds (in -Wdefault)]
Pattern matching on GADTs without MonoLocalBinds is fragile.
Suggested fix:
Enable any of the following extensions: GADTs, TypeFamilies
T20485.hs:12:3: warning: [-Wgadt-mono-local-binds (in -Wdefault)]
Pattern matching on GADTs without MonoLocalBinds is fragile.
Suggested fix:
Enable any of the following extensions: GADTs, TypeFamilies
|