mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
missing new closure
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b33f444545
commit
aad511d40b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ const types = {
|
||||||
Z3_final_eh: 'Z3_final_eh',
|
Z3_final_eh: 'Z3_final_eh',
|
||||||
Z3_created_eh: 'Z3_created_eh',
|
Z3_created_eh: 'Z3_created_eh',
|
||||||
Z3_decide_eh: 'Z3_decide_eh',
|
Z3_decide_eh: 'Z3_decide_eh',
|
||||||
|
Z3_on_binding_eh: 'Z3_on_binding_eh',
|
||||||
Z3_on_clause_eh: 'Z3_on_clause_eh',
|
Z3_on_clause_eh: 'Z3_on_clause_eh',
|
||||||
} as unknown as Record<string, string>;
|
} as unknown as Record<string, string>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue