Struct tagua_parser::ast::Addition
[−]
[src]
pub struct Addition {
pub a: Term,
pub b: Term,
}An addition of two terms.
Fields
a: Term
The left-hand side of the addition.
b: Term
The right-hand side of the addition.