blob: 2931f272fec59895aef087ba1992bc878999d17a (
plain)
1
2
3
4
5
6
7
8
|
C.hs:7:11: warning: [GHC-95396] [-Winline-rule-shadowing (in -Wdefault)]
Rule "f/g" may never fire because ‘g’ might inline first
Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘g’
C.hs:7:11: warning: [GHC-95396] [-Winline-rule-shadowing (in -Wdefault)]
Rule "f/g" may never fire because ‘f’ might inline first
Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘f’
|