xo-reader2: + DFormalArgSsm printable facet
This commit is contained in:
parent
66158551c7
commit
e7d4c4ae28
8 changed files with 135 additions and 19 deletions
|
|
@ -739,12 +739,10 @@ namespace xo {
|
|||
assert(expr.data());
|
||||
(void)expr;
|
||||
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DDefineSsm",
|
||||
refrtag("defstate", defstate_),
|
||||
refrtag("def_expr", expr)
|
||||
);
|
||||
return ppii.pps()->pretty_struct(ppii,
|
||||
"DDefineSsm",
|
||||
refrtag("defstate", defstate_),
|
||||
refrtag("def_expr", expr));
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue