blob: 0b1e55673915b8068fd4a822d0d65ba6c8e51b9b (
plain)
1
2
3
4
5
6
7
8
|
annfail02.hs:6:9:
Not in scope: data constructor ‘Foo’
In the annotation: {-# ANN Foo (1 :: Int) #-}
annfail02.hs:7:14:
Not in scope: type constructor or class ‘Bar’
In the annotation: {-# ANN type Bar (2 :: Int) #-}
|