Struct tagua_parser::ast::Addition [] [src]

pub struct Addition {
    pub a: Term,
    pub b: Term,
}

An addition of two terms.

Fields

The left-hand side of the addition.

The right-hand side of the addition.

Trait Implementations

impl Debug for Addition
[src]

Formats the value using the given formatter.

impl PartialEq for Addition
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.