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
|
---Unattached Annotation Problems (should be empty list)---
[(AnnVal, Test10269.hs:4:4-6)]
---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
[
((Test10269.hs:1:1,AnnModule), [Test10269.hs:1:1-6]),
((Test10269.hs:1:1,AnnWhere), [Test10269.hs:1:18-22]),
((Test10269.hs:4:1-9,AnnCloseP), [Test10269.hs:4:9]),
((Test10269.hs:4:1-9,AnnOpenP), [Test10269.hs:4:1]),
((Test10269.hs:4:1-26,AnnCloseP), [Test10269.hs:4:9]),
((Test10269.hs:4:1-26,AnnEqual), [Test10269.hs:4:16]),
((Test10269.hs:4:1-26,AnnFunId), [Test10269.hs:4:4-6]),
((Test10269.hs:4:1-26,AnnOpenP), [Test10269.hs:4:1]),
((Test10269.hs:4:1-26,AnnSemi), [Test10269.hs:5:1]),
((Test10269.hs:4:2-8,AnnVal), [Test10269.hs:4:4-6])
]
---Eof Position (should be Just)-----
Just SrcSpanPoint "Test10269.hs" 5 1
|