3
0
Fork 0
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:
Nuno Lopes 2014-09-25 14:36:37 +01:00
parent 41d7c50e29
commit 84a61b5454

View file

@ -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+" ");
}
};