mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
commit
c1d3580b0f
11 changed files with 1322 additions and 106 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