mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Load derived member impls into derived module for mono
This commit is contained in:
parent
a8006d225e
commit
e8fb186d79
9 changed files with 168 additions and 25 deletions
|
@ -11,7 +11,7 @@ use roc_derive_key::encoding::FlatEncodableKey;
|
|||
use roc_error_macros::internal_error;
|
||||
use roc_module::called_via::CalledVia;
|
||||
use roc_module::ident::Lowercase;
|
||||
use roc_module::symbol::{IdentIds, ModuleId, Symbol};
|
||||
use roc_module::symbol::{ModuleId, Symbol};
|
||||
use roc_region::all::{Loc, Region};
|
||||
use roc_types::subs::{
|
||||
instantiate_rigids, Content, ExhaustiveMark, FlatType, GetSubsSlice, LambdaSet, OptVariable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue