mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
Remove usages of Z3_bool, just use bool.
This commit is contained in:
parent
c682ec1135
commit
fc40e3c510
4 changed files with 5 additions and 6 deletions
|
@ -16,7 +16,6 @@ const files = [
|
|||
|
||||
const aliases = {
|
||||
__proto__: null,
|
||||
Z3_bool: 'boolean',
|
||||
Z3_string: 'string',
|
||||
bool: 'boolean',
|
||||
signed: 'int',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue