mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Pretty print symbols
This commit is contained in:
parent
b0300e4e90
commit
01dea13b49
5 changed files with 109 additions and 110 deletions
|
@ -2177,7 +2177,7 @@ macro_rules! debug_print_ir {
|
|||
let procs_string = $state
|
||||
.procedures
|
||||
.values()
|
||||
.map(|proc| proc.to_pretty($interner, 200))
|
||||
.map(|proc| proc.to_pretty($interner, 200, true))
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let result = procs_string.join("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue