mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
835b57b775
commit
b04c97458d
1 changed files with 4 additions and 0 deletions
4
src/ast/rewriter/seq_rewriter_params.pyg
Normal file
4
src/ast/rewriter/seq_rewriter_params.pyg
Normal file
|
@ -0,0 +1,4 @@
|
|||
def_module_params(module_name='rewriter',
|
||||
class_name='seq_rewriter_params',
|
||||
export=True,
|
||||
params=(("coalesce_chars", BOOL, True, "coalesce characters into strings"),))
|
Loading…
Add table
Add a link
Reference in a new issue