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
31
|
---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
[
((Test10396.hs:1:1,AnnModule), [Test10396.hs:2:1-6]),
((Test10396.hs:1:1,AnnWhere), [Test10396.hs:2:18-22]),
((Test10396.hs:4:1-15,AnnDcolon), [Test10396.hs:4:8-9]),
((Test10396.hs:4:1-15,AnnSemi), [Test10396.hs:5:1]),
((Test10396.hs:4:14-15,AnnCloseP), [Test10396.hs:4:15]),
((Test10396.hs:4:14-15,AnnOpenP), [Test10396.hs:4:14]),
((Test10396.hs:(5,1)-(7,11),AnnEqual), [Test10396.hs:5:7]),
((Test10396.hs:(5,1)-(7,11),AnnFunId), [Test10396.hs:5:1-6]),
((Test10396.hs:(5,1)-(7,11),AnnSemi), [Test10396.hs:8:1]),
((Test10396.hs:(5,9)-(7,11),AnnDo), [Test10396.hs:5:9-10]),
((Test10396.hs:6:3-27,AnnLet), [Test10396.hs:6:3-5]),
((Test10396.hs:6:3-27,AnnSemi), [Test10396.hs:7:3]),
((Test10396.hs:6:7-15,AnnDcolon), [Test10396.hs:6:10-11]),
((Test10396.hs:6:7-27,AnnEqual), [Test10396.hs:6:17]),
((Test10396.hs:7:10-11,AnnCloseP), [Test10396.hs:7:11]),
((Test10396.hs:7:10-11,AnnOpenP), [Test10396.hs:7:10])
]
---Eof Position (should be Just)-----
Just SrcSpanPoint "Test10396.hs" 8 1
|