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

annfail01.hs:4:14: error: [GHC-10173]
    • No top-level binding for
        type constructor or class ‘Foo’ in this module
    • In the annotation: {-# ANN type Foo (1 :: Int) #-}

annfail01.hs:5:9: error: [GHC-10173]
    • No top-level binding for ‘f’ in this module
    • In the annotation: {-# ANN f (1 :: Int) #-}