summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail01.stderr
blob: 6cafc25490a69833ffb8b64a48349b9b45a04bf6 (plain)
1
2
3
4
5
6
7
8

annfail01.hs:4:1:
    Not in scope: type constructor or class ‛Foo’
    In the annotation: {-# ANN type Foo (1 :: Int) #-}

annfail01.hs:5:1:
    Not in scope: ‛f’
    In the annotation: {-# ANN f (1 :: Int) #-}