1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---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
[
((load-main.hs:1:1,AnnModule), [load-main.hs:1:1-6]),
((load-main.hs:1:1,AnnWhere), [load-main.hs:1:13-17]),
((load-main.hs:4:1-23,AnnEqual), [load-main.hs:4:6]),
((load-main.hs:4:1-23,AnnFunId), [load-main.hs:4:1-4]),
((load-main.hs:4:1-23,AnnSemi), [load-main.hs:5:1]),
((<no location info>,AnnEofPos), [load-main.hs:5:1])
]
|