3
0
Fork 0
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:
Bruce Mitchener 2022-07-30 02:06:53 +07:00 committed by Nikolaj Bjorner
parent c682ec1135
commit fc40e3c510
4 changed files with 5 additions and 6 deletions

View file

@ -16,7 +16,6 @@ const files = [
const aliases = {
__proto__: null,
Z3_bool: 'boolean',
Z3_string: 'string',
bool: 'boolean',
signed: 'int',