mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
Add a comment
This commit is contained in:
parent
e4af8af1a3
commit
a53de2e05c
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ fn canonicalize_opaque<'a>(
|
|||
if let Some(impls) = opt_impls {
|
||||
let mut impl_map: VecMap<Symbol, Loc<Symbol>> = VecMap::default();
|
||||
|
||||
// First up canonicalize all the claimed implementations, building a map of ability
|
||||
// member -> implementation.
|
||||
for loc_impl in impls.extract_spaces().item.items {
|
||||
let (member, impl_symbol) =
|
||||
match canonicalize_claimed_ability_impl(env, scope, ability, loc_impl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue