mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
has -> implements in comments
This commit is contained in:
parent
c68807bc5a
commit
d3f6277ea3
6 changed files with 11 additions and 11 deletions
|
@ -674,7 +674,7 @@ pub enum FoundSymbol {
|
|||
Symbol(Symbol),
|
||||
}
|
||||
|
||||
/// Given an ability Foo has foo : ..., returns (T, foo1) if the symbol at the given region is a
|
||||
/// Given an ability Foo implements foo : ..., returns (T, foo1) if the symbol at the given region is a
|
||||
/// symbol foo1 that specializes foo for T. Otherwise if the symbol is foo but the specialization
|
||||
/// is unknown, (Foo, foo) is returned. Otherwise [None] is returned.
|
||||
pub fn find_symbol_at(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue