MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isLambda

Method isLambda

smt/expr.cpp:567–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567bool expr::isLambda(expr &body) const {
568 C();
569 if (Z3_is_lambda(ctx(), ast())) {
570 assert(Z3_get_quantifier_num_bound(ctx(), ast()) == 1);
571 body = Z3_get_quantifier_body(ctx(), ast());
572 return true;
573 }
574 return false;
575}
576
577expr expr::lambdaIdxType() const {
578 C();

Callers 1

print_arrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected