mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
|
-> where
This commit is contained in:
parent
fd846b9a7a
commit
cb08225bf0
117 changed files with 637 additions and 612 deletions
|
@ -130,7 +130,7 @@ impl Env<'_> {
|
|||
})
|
||||
.collect();
|
||||
|
||||
// Since we're doing `{foo} ~ a | a implements Encoding`, we may see "lambda sets to
|
||||
// Since we're doing `{foo} ~ a where a implements Encoding`, we may see "lambda sets to
|
||||
// specialize" for e.g. `{foo}:toEncoder:1`, but these are actually just the
|
||||
// specialization lambda sets, so we don't need to do any extra work!
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue