summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T16282/T16282.stderr
blob: e9cc798546fafdfc1c858bddd17bbb6f47c4772d (plain)
1
2
3
4
5
6
7
8
9
10

T16282.hs: warning: [-Wall-missed-specialisations]
    Could not specialise imported function ‘Data.Foldable.$wmapM_’
      when specialising ‘mapM_’
    Probable fix: add INLINABLE pragma on ‘Data.Foldable.$wmapM_’

T16282.hs: warning: [-Wall-missed-specialisations]
    Could not specialise imported function ‘Data.Map.Internal.$w$cshowsPrec’
      when specialising ‘Data.Map.Internal.$fShowMap_$cshowsPrec’
    Probable fix: add INLINABLE pragma on ‘Data.Map.Internal.$w$cshowsPrec’