mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
try .ast
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7c0ec21af8
commit
212a0657a2
|
@ -503,7 +503,7 @@ export function createApi(Z3: Z3Core): Z3HighLevel {
|
|||
///////////////////////////////
|
||||
|
||||
async function simplify(e : Expr<Name>) {
|
||||
return _toExpr(check(Z3.simplify(contextPtr, e)));
|
||||
return _toExpr(check(Z3.simplify(contextPtr, e.ast)));
|
||||
}
|
||||
|
||||
/////////////
|
||||
|
|
Loading…
Reference in a new issue