mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove stale comment
This commit is contained in:
parent
08beedb648
commit
4858979d6b
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ pub enum Expr {
|
|||
// for the expression from the opaque definition. `type_arguments` is something like
|
||||
// [(n, fresh1)], and `specialized_def_type` becomes "[ Id U64 fresh1 ]".
|
||||
specialized_def_type: Box<Type>,
|
||||
// Fresh type variable and any ability it is bound to
|
||||
type_arguments: Vec<OptAbleVar>,
|
||||
lambda_set_variables: Vec<LambdaSet>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue