mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
typo
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
3478cdb756
commit
a4c599a435
|
@ -6,8 +6,9 @@ The following classes implement theory specific rewriting rules:
|
||||||
- bv_rewriter
|
- bv_rewriter
|
||||||
- array_rewriter
|
- array_rewriter
|
||||||
- datatype_rewriter
|
- datatype_rewriter
|
||||||
|
- fpa_rewriter
|
||||||
|
|
||||||
Each of the provide the method
|
Each of them provide the method
|
||||||
br_status mk_app_core(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result)
|
br_status mk_app_core(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result)
|
||||||
where
|
where
|
||||||
- f is expected to be a func_decl of the given theory
|
- f is expected to be a func_decl of the given theory
|
||||||
|
|
Loading…
Reference in a new issue