mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Stale comment
This commit is contained in:
parent
7b195d5fdf
commit
a242a90416
1 changed files with 6 additions and 8 deletions
|
@ -150,14 +150,12 @@ impl Aliases {
|
|||
{
|
||||
let start = self.variables.len() as _;
|
||||
|
||||
self.variables
|
||||
// TODO: propogate ability?
|
||||
.extend(
|
||||
alias
|
||||
.type_variables
|
||||
.iter()
|
||||
.map(|x| OptAbleVar::from(&x.value)),
|
||||
);
|
||||
self.variables.extend(
|
||||
alias
|
||||
.type_variables
|
||||
.iter()
|
||||
.map(|x| OptAbleVar::from(&x.value)),
|
||||
);
|
||||
|
||||
self.variables.extend(alias.lambda_set_variables.iter().map(
|
||||
|x| match x.as_inner() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue