Pretty print expressions partially
This commit is contained in:
parent
23796e53a9
commit
1a3772e6f7
3 changed files with 50 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ impl Program {
|
|||
expr,
|
||||
s1,
|
||||
span: _,
|
||||
} => RcDoc::text("<expr>"),
|
||||
} => expr.to_doc(),
|
||||
Program::Module {
|
||||
s0,
|
||||
s1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue