mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clip clip clip
This commit is contained in:
parent
f07e69ad87
commit
3fe0140c7e
4 changed files with 39 additions and 55 deletions
|
@ -1793,9 +1793,7 @@ fn introduce_solved_type_to_subs<'a>(env: &mut Env<'a, '_>, solved_type: &Solved
|
|||
|
||||
env.subs.extend_by(variables_introduced as usize);
|
||||
|
||||
let result = insert_type_into_subs(env.subs, &normal_type);
|
||||
|
||||
result
|
||||
insert_type_into_subs(env.subs, &normal_type)
|
||||
}
|
||||
|
||||
fn specialize_solved_type<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue