3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 16:52:15 +00:00
z3/src/ast/rewriter/seq_rewriter_params.pyg
Nikolaj Bjorner b04c97458d na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-04-14 17:34:14 -07:00

4 lines
221 B
Text

def_module_params(module_name='rewriter',
class_name='seq_rewriter_params',
export=True,
params=(("coalesce_chars", BOOL, True, "coalesce characters into strings"),))