summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail07.stderr
blob: 678a1609ecdcc18ff963fca6b138f79afd5c76e1 (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) #-}