Skip to main content

include/greenwood_Crumb.hrl

-record(crumb, {
    kind :: any(),
    trivia :: greenwood:trivia(any()),
    left :: list(greenwood:element(any())),
    right :: list(greenwood:element(any()))
}).