Annotated

Type Alias Annotated 

Source
pub type Annotated<'a, T> = (Annotations<'a>, T);
Expand description

A pair of an AST and its annotations