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

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