Function z3_sys::Z3_is_lambda[][src]

pub unsafe extern "C" fn Z3_is_lambda(
    c: Z3_context,
    a: Z3_ast
) -> bool
Expand description

Determine if ast is a lambda expression.

Preconditions:

  • Z3_get_ast_kind(a) == AstKind::Quantifier