3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-14 17:34:14 -07:00
parent 835b57b775
commit b04c97458d

View 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"),))