1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---Problems (should be empty list)---
[]
---Annotations-----------------------
-- SrcSpan the annotation is attached to, AnnKeywordId,
-- list of locations the keyword item appears in
[
((Test10307.hs:1:1,AnnModule), [Test10307.hs:2:1-6]),
((Test10307.hs:1:1,AnnWhere), [Test10307.hs:2:18-22]),
((Test10307.hs:(4,1)-(6,34),AnnClass), [Test10307.hs:4:1-5]),
((Test10307.hs:(4,1)-(6,34),AnnSemi), [Test10307.hs:7:1]),
((Test10307.hs:(4,1)-(6,34),AnnWhere), [Test10307.hs:4:18-22]),
((Test10307.hs:5:3-34,AnnDcolon), [Test10307.hs:5:31-32]),
((Test10307.hs:5:3-34,AnnSemi), [Test10307.hs:6:3]),
((Test10307.hs:5:3-34,AnnType), [Test10307.hs:5:3-6]),
((Test10307.hs:6:3-34,AnnEqual), [Test10307.hs:6:31]),
((Test10307.hs:6:3-34,AnnType), [Test10307.hs:6:3-6]),
((Test10307.hs:6:8-34,AnnEqual), [Test10307.hs:6:31]),
((Test10307.hs:6:33-34,AnnCloseP), [Test10307.hs:6:34]),
((Test10307.hs:6:33-34,AnnOpenP), [Test10307.hs:6:33]),
((<no location info>,AnnEofPos), [Test10307.hs:7:1])
]
|