mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef DL_REWRITER_H_
|
||||
#define DL_REWRITER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/dl_decl_plugin.h"
|
||||
#include "ast/rewriter/rewriter_types.h"
|
||||
|
@ -30,4 +29,3 @@ public:
|
|||
br_status mk_app_core(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue