mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
wip
This commit is contained in:
parent
a0d39ff10f
commit
e595c14fae
6 changed files with 213 additions and 54 deletions
|
@ -96,7 +96,7 @@ pub fn canonicalize_pattern<'a>(
|
|||
use roc_parse::ast::Pattern::*;
|
||||
use PatternType::*;
|
||||
|
||||
let can_pattern = match pattern {
|
||||
let can_pattern = match dbg!(pattern) {
|
||||
Identifier(name) => match scope.introduce(
|
||||
(*name).into(),
|
||||
&env.exposed_ident_ids,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue