mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
Store declared implementations, both custom and derived, in abilities store
This commit is contained in:
parent
6035e45f25
commit
e2454f497f
10 changed files with 249 additions and 171 deletions
|
|
@ -361,7 +361,7 @@ mod solve_expr {
|
|||
if !type_problems.is_empty() {
|
||||
eprintln!("{:?}", type_problems);
|
||||
panic!();
|
||||
}
|
||||
}iter_declared_impls
|
||||
|
||||
let known_specializations = abilities_store.iter_specializations();
|
||||
use std::collections::HashSet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue