mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Pretty print symbols
This commit is contained in:
parent
b0300e4e90
commit
01dea13b49
5 changed files with 109 additions and 110 deletions
|
@ -180,7 +180,7 @@ fn verify_procedures<'a>(
|
|||
|
||||
let mut procs_string = procedures
|
||||
.values()
|
||||
.map(|proc| proc.to_pretty(&interner, 200))
|
||||
.map(|proc| proc.to_pretty(&interner, 200, false))
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let main_fn = procs_string.swap_remove(index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue