mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
has -> implements in comments
This commit is contained in:
parent
c68807bc5a
commit
d3f6277ea3
6 changed files with 11 additions and 11 deletions
|
@ -33,7 +33,7 @@ pub struct Scope {
|
|||
imports: Vec<(Ident, Symbol, Region)>,
|
||||
|
||||
/// Shadows of an ability member, for example a local specialization of `eq` for the ability
|
||||
/// member `Eq has eq : a, a -> Bool | a implements Eq` gets a shadow symbol it can use for its
|
||||
/// member `Eq implements eq : a, a -> Bool | a implements Eq` gets a shadow symbol it can use for its
|
||||
/// implementation.
|
||||
///
|
||||
/// Only one shadow of an ability member is permitted per scope.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue