mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
has -> implements
This commit is contained in:
parent
d3f6277ea3
commit
d2503bb9f2
7 changed files with 33 additions and 33 deletions
|
@ -182,7 +182,7 @@ macro_rules! v {
|
|||
use roc_types::subs::{Subs, Content};
|
||||
|subs: &mut Subs| { roc_derive::synth_var(subs, Content::FlexVar(None)) }
|
||||
}};
|
||||
($name:ident has $ability:path) => {{
|
||||
($name:ident implements $ability:path) => {{
|
||||
use roc_types::subs::{Subs, SubsIndex, SubsSlice, Content};
|
||||
|subs: &mut Subs| {
|
||||
let name_index =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue