mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
hook up size inference, WIP
This commit is contained in:
parent
ed592d3d10
commit
7f1dd80392
5 changed files with 129 additions and 41 deletions
|
|
@ -70,7 +70,7 @@ pub fn run_solve(
|
|||
(solved_subs, solved_env, problems)
|
||||
}
|
||||
|
||||
fn make_solved_types(
|
||||
pub fn make_solved_types(
|
||||
solved_env: &solve::Env,
|
||||
solved_subs: &Solved<Subs>,
|
||||
exposed_vars_by_symbol: &[(Symbol, Variable)],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue