mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Deriving string encoders works
This commit is contained in:
parent
a17748ea01
commit
9826253785
11 changed files with 372 additions and 33 deletions
|
@ -205,7 +205,7 @@ impl DerivedModule {
|
|||
&self.subs,
|
||||
target,
|
||||
// bookkeep unspecialized lambda sets of var - I think we want this here
|
||||
true,
|
||||
false,
|
||||
var,
|
||||
// TODO: I think this is okay because the only use of `copy_lambda_set_var_to_subs`
|
||||
// (at least right now) is for lambda set compaction, which will automatically unify
|
||||
|
@ -213,8 +213,8 @@ impl DerivedModule {
|
|||
//
|
||||
// However this is a bad coupling and maybe not a good assumption, we should revisit
|
||||
// this when possible.
|
||||
// Rank::toplevel(),
|
||||
target_rank,
|
||||
Rank::import(),
|
||||
// target_rank,
|
||||
);
|
||||
|
||||
copied_import.variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue