* Fix bextend semantics; Change smtlib.py to use z3 python bindings for query building instead of raw strings * Forgot the mypy stubs for z3
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
07e1f682d0
commit
3a4a1d4faf
3
lib/cretonne/meta/stubs/z3/z3core.pyi
Normal file
3
lib/cretonne/meta/stubs/z3/z3core.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
from .z3types import Ast, ContextObj
|
||||
def Z3_mk_eq(ctx: ContextObj, a: Ast, b: Ast) -> Ast: ...
|
||||
def Z3_mk_div(ctx: ContextObj, a: Ast, b: Ast) -> Ast: ...
|
||||
Reference in New Issue
Block a user