mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
typo
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
3478cdb756
commit
a4c599a435
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ The following classes implement theory specific rewriting rules:
|
|||
- bv_rewriter
|
||||
- array_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)
|
||||
where
|
||||
- f is expected to be a func_decl of the given theory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue