mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
changes to work with combination of Def2 and Expr2
This commit is contained in:
parent
41519fca96
commit
0135e7b9b1
20 changed files with 255 additions and 190 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