summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail07.stderr
blob: f4f2fc4637f102872d9ec16fbb0cc4e530fdac87 (plain)
1
2
3
4
5

annfail07.hs:9:17: error: [GHC-83865]
    • Couldn't match expected type ‘[a0]’ with actual type ‘Bool’
    • In the first argument of ‘head’, namely ‘True’
      In the annotation: {-# ANN f (head True) #-}