mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
abilities syntax has
-> implements
This commit is contained in:
parent
91e37293a2
commit
dbc0204532
21 changed files with 89 additions and 84 deletions
|
@ -1302,7 +1302,7 @@ fn extract_specialization_lambda_set<M: MetaCollector>(
|
|||
// lambda set does not line up with one required by the ability member prototype.
|
||||
// As an example, consider
|
||||
//
|
||||
// Q := [ F (Str -> Str) ] has [Eq {isEq}]
|
||||
// Q := [ F (Str -> Str) ] implements [Eq {isEq}]
|
||||
//
|
||||
// isEq = \@Q _, @Q _ -> Bool.false
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue