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
|
---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
[
((Test17519.hs:1:1,AnnModule), [Test17519.hs:3:1-6]),
((Test17519.hs:1:1,AnnWhere), [Test17519.hs:3:18-22]),
((Test17519.hs:5:1-36,AnnDcolonU), [Test17519.hs:5:21]),
((Test17519.hs:5:1-36,AnnFamily), [Test17519.hs:5:6-11]),
((Test17519.hs:5:1-36,AnnSemi), [Test17519.hs:7:1]),
((Test17519.hs:5:1-36,AnnType), [Test17519.hs:5:1-4]),
((Test17519.hs:5:1-36,AnnWhere), [Test17519.hs:5:38-42]),
((Test17519.hs:5:23-36,AnnForallU), [Test17519.hs:5:23]),
((Test17519.hs:5:23-36,AnnRarrowU), [Test17519.hs:5:27]),
((Test17519.hs:5:29,AnnRarrowU), [Test17519.hs:5:31]),
((Test17519.hs:5:29-36,AnnRarrowU), [Test17519.hs:5:31]),
((Test17519.hs:6:3-18,AnnEqual), [Test17519.hs:6:11])
]
---Eof Position (should be Just)-----
Just SrcSpanPoint "Test17519.hs" 7 1
|