mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
835b57b775
commit
b04c97458d
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…
Reference in a new issue