mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
4 lines
221 B
Text
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"),))
|