xo-reader: pretty-print sequence_xs
This commit is contained in:
parent
5c7b756bd1
commit
d3ad841806
2 changed files with 8 additions and 0 deletions
|
|
@ -119,6 +119,13 @@ namespace xo {
|
|||
os << "<sequence_xs" << xtag("expr_v.size", expr_v_.size()) << ">";
|
||||
}
|
||||
|
||||
bool
|
||||
sequence_xs::pretty_print(const xo::print::ppindentinfo & ppii) const
|
||||
{
|
||||
return ppii.pps()->pretty_struct(ppii, "sequence_xs",
|
||||
xrefrtag("expr_v.size", expr_v_.size()));
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue