Skip to content

Commit fe5206c

Browse files
committed
Fixup
1 parent 3b3f42b commit fe5206c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/src/Development/IDE/Spans/AtPoint.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ atPoint IdeOptions{} (HAR _ (hf :: HieASTs a) rf _ (kind :: HieKind hietype)) (D
373373
-- @
374374
--
375375
-- On doing this we end up with the tree @Show ([Int], Bool) -> (Show (,), Show [], Show Int, Show Bool)@
376+
--
377+
-- It is also quite helpful to look at the @.hie@ file directly to see how the
378+
-- evidence information is presented on disk. @hiedb dump <mod.hie>@
376379
renderEvidenceTree (T.Node (EvidenceInfo{evidenceDetails=Just (EvLetBind _,_,_)}) [x])
377380
= renderEvidenceTree x
378381
renderEvidenceTree (T.Node (EvidenceInfo{evidenceDetails=Just (EvLetBind _,_,_), ..}) xs)

0 commit comments

Comments
 (0)