1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---Unattached Annotation Problems (should be empty list)---
[]
---Ann before enclosing span problem (should be empty list)---
[
]
---Annotations-----------------------
-- SrcSpan the annotation is attached to, AnnKeywordId,
-- list of locations the keyword item appears in
[
((Test16279.hs:5:1-20,AnnDcolon), [Test16279.hs:5:7-8]),
((Test16279.hs:5:1-20,AnnSemi), [Test16279.hs:6:1]),
((Test16279.hs:5:10-12,AnnRarrow), [Test16279.hs:5:14-15]),
((Test16279.hs:5:10-20,AnnRarrow), [Test16279.hs:5:14-15]),
((Test16279.hs:(6,1)-(7,24),AnnEqual), [Test16279.hs:6:7]),
((Test16279.hs:(6,1)-(7,24),AnnFunId), [Test16279.hs:6:1-5]),
((Test16279.hs:(6,1)-(7,24),AnnSemi), [Test16279.hs:9:1]),
((Test16279.hs:(6,9)-(7,24),AnnCase), [Test16279.hs:6:10-13]),
((Test16279.hs:(6,9)-(7,24),AnnLam), [Test16279.hs:6:9]),
((Test16279.hs:6:15-23,AnnSemi), [Test16279.hs:7:15]),
((Test16279.hs:6:17-23,AnnRarrow), [Test16279.hs:6:17-18]),
((Test16279.hs:7:17-24,AnnRarrow), [Test16279.hs:7:17-18]),
((Test16279.hs:9:1-16,AnnEqual), [Test16279.hs:9:6]),
((Test16279.hs:9:1-16,AnnFunId), [Test16279.hs:9:1-4]),
((Test16279.hs:9:1-16,AnnSemi), [Test16279.hs:11:1]),
((Test16279.hs:9:15-16,AnnCloseP), [Test16279.hs:9:16]),
((Test16279.hs:9:15-16,AnnOpenP), [Test16279.hs:9:15]),
((<no location info>,AnnEofPos), [Test16279.hs:11:1])
]
|