mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
reenable datalog while loop priting
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
41d7c50e29
commit
84a61b5454
|
@ -346,7 +346,7 @@ namespace datalog {
|
|||
print_container(m_controls, out);
|
||||
}
|
||||
virtual void display_body_impl(rel_context_base const & ctx, std::ostream & out, std::string indentation) const {
|
||||
// m_body->display_indented(ctx, out, indentation+" ");
|
||||
m_body->display_indented(ctx, out, indentation+" ");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue