mirror of
https://github.com/Z3Prover/z3
synced 2026-01-12 13:46:15 +00:00
Correctly distinguish between Lambda and Quantifier in Z3 Java API (#7955)
* Distinguish between Quantifier and Lambda in AST.java * Distinguish betwee Lambda and Quantifier in Expr.java * Make things compile
This commit is contained in:
parent
253a7245d0
commit
339f0cd5f9
3 changed files with 17 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ public class Lambda<R extends Sort> extends ArrayExpr<Sort, R>
|
|||
}
|
||||
|
||||
|
||||
private Lambda(Context ctx, long obj)
|
||||
Lambda(Context ctx, long obj)
|
||||
{
|
||||
super(ctx, obj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue