Type Definition z3_sys::Z3_ast[][src]

pub type Z3_ast = *mut _Z3_ast;
Expand description

Abstract Syntax Tree node. That is, the data structure used in Z3 to represent terms, formulas, and types.