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

annfail07.hs:9:17:
    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) #-}