mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove builtin aliases in favor of alias instantiation optimizations
This commit is contained in:
parent
314b75b0e5
commit
0d642929aa
3 changed files with 16 additions and 48 deletions
|
@ -20,7 +20,7 @@ use roc_constrain::expr::constrain_decls;
|
|||
use roc_debug_flags::dbg_do;
|
||||
use roc_derive::DerivedModule;
|
||||
use roc_derive_key::{DeriveBuiltin, DeriveError, DeriveKey, Derived};
|
||||
use roc_load_internal::file::{add_imports, default_aliases, LoadedModule, Threading};
|
||||
use roc_load_internal::file::{add_imports, LoadedModule, Threading};
|
||||
use roc_module::symbol::{IdentIds, Interns, ModuleId, Symbol};
|
||||
use roc_region::all::LineInfo;
|
||||
use roc_reporting::report::{type_problem, RocDocAllocator};
|
||||
|
@ -399,7 +399,7 @@ fn check_derived_typechecks_and_golden(
|
|||
constr,
|
||||
RigidVariables::default(),
|
||||
test_subs,
|
||||
default_aliases(),
|
||||
Default::default(),
|
||||
abilities_store,
|
||||
Default::default(),
|
||||
&exposed_for_module.exposed_by_module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue