mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
|
-> where
This commit is contained in:
parent
fd846b9a7a
commit
cb08225bf0
117 changed files with 637 additions and 612 deletions
|
@ -76,7 +76,7 @@ pub enum Pattern {
|
|||
Underscore,
|
||||
|
||||
/// An identifier that marks a specialization of an ability member.
|
||||
/// For example, given an ability member definition `hash : a -> U64 | a implements Hash`,
|
||||
/// For example, given an ability member definition `hash : a -> U64 where a implements Hash`,
|
||||
/// there may be the specialization `hash : Bool -> U64`. In this case we generate a
|
||||
/// new symbol for the specialized "hash" identifier.
|
||||
AbilityMemberSpecialization {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue