Versions in this module Expand all Collapse all v0 v0.4.2 Aug 13, 2026 v0.4.1 Aug 10, 2026 Changes in this version + type ArrowDir string + const DirFwd + const DirUndir + type Edge struct + Dir ArrowDir + ID int + SemOrigin EdgeSemOrigin + Source int + SstLinkType SstLinkType + Target int + Tooltip string + type EdgePos struct + Arrow [2]int + Source [2]int + Target [2]int + type EdgeSemOrigin string + const SemExplicit + const SemInferred + type IpmGraph struct + Edges []Edge + Nodes []Node + Src Src + Version string + type KindSpan struct + Span [2]int + Type NodeType + type LexSpans struct + AliasDecls []KindSpan + AliasRefs []KindSpan + Comments [][2]int + KindMarkers []KindSpan + Strings [][2]int + Tooltips [][2]int + TypeMarkers [][2]int + UnresolvedPrefixes [][2]int + type Node struct + Alias string + Candidates []NodeType + ID int + Name string + Tooltip string + Type NodeType + type NodeType string + const Concept + const Event + const Thing + const Unresolved + type Positions struct + Edges map[int]EdgePos + Nodes map[int][2]int + type Src struct + Ipmt string + Lex LexSpans + Positions Positions + Type string + type SstLinkType string + const Expresses + const LeadsTo + const NearTo + const PartOf