Module evaltrees::ast[][src]

The abstract syntax tree.

Structs

Decl

A function or value declaration.

Enums

Expr

An expression.

Literal

A literal value.

Op

A binary operator.

Pattern

A pattern.

PrintStyle

The style of printing to Display with.

Type

A (fully formed) type.