mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Useless comment
This commit is contained in:
parent
798c28fccd
commit
4bfbe479c9
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ pub enum Pattern {
|
|||
// 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