mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
abilities syntax has
-> implements
This commit is contained in:
parent
55bb8f4b6c
commit
91e37293a2
90 changed files with 438 additions and 437 deletions
|
@ -3150,7 +3150,7 @@ mod solve_expr {
|
|||
Dict.insert
|
||||
"#
|
||||
),
|
||||
"Dict k v, k, v -> Dict k v | k has Hash & Eq",
|
||||
"Dict k v, k, v -> Dict k v | k implements Hash & Eq",
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -3423,7 +3423,7 @@ mod solve_expr {
|
|||
reconstructPath
|
||||
"#
|
||||
),
|
||||
"Dict position position, position -> List position | position has Hash & Eq",
|
||||
"Dict position position, position -> List position | position implements Hash & Eq",
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -3480,7 +3480,7 @@ mod solve_expr {
|
|||
astar
|
||||
"#
|
||||
),
|
||||
"Model position -> Result position [KeyNotFound] | position has Hash & Eq",
|
||||
"Model position -> Result position [KeyNotFound] | position implements Hash & Eq",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue