Skip to main content

Module span

Module span 

Source
Expand description

Byte spans and node identifiers. Byte-offset spans and node identifiers for the CST arena.

Structsยง

NodeId
An index into the CST node arena (CabalCst::nodes).
Span
A byte-offset range into the source text. Both start and end are byte indices; the range is half-open: [start, end).