mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
debugging closure -> MarkupNode
This commit is contained in:
parent
11417c0624
commit
03d9d41a7a
8 changed files with 103 additions and 37 deletions
|
@ -81,6 +81,8 @@ impl Symbol {
|
|||
)
|
||||
});
|
||||
|
||||
dbg!(ident_ids);
|
||||
|
||||
ident_ids
|
||||
.get_name(self.ident_id())
|
||||
.unwrap_or_else(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue