mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 02:50:17 +00:00
Typo
This commit is contained in:
parent
1851ee09f8
commit
a62048f799
1 changed files with 1 additions and 1 deletions
|
@ -1372,7 +1372,7 @@ fn unify_unspecialized_lambdas<M: MetaCollector>(
|
|||
//
|
||||
// But, in expected function, they **should not** be treated as disjoint!
|
||||
// In this case, the specialization lambda is not introducing any new
|
||||
// information, and is targetting exactly the local lambda `a:lam:1`.
|
||||
// information, and is targeting exactly the local lambda `a:lam:1`.
|
||||
//
|
||||
// So, to avoid introducing superfluous variables, we unify these disjoint
|
||||
// variables once, and then progress on both sides. We progress on both
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue