mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Simplify introduced variables in ability member
This commit is contained in:
parent
4a623a48dc
commit
5cc6727e9f
4 changed files with 15 additions and 33 deletions
|
@ -1782,7 +1782,7 @@ pub struct InstantiateRigids {
|
|||
pub new_infer_variables: Vec<Variable>,
|
||||
}
|
||||
|
||||
pub fn instantiate_rigids(
|
||||
fn instantiate_rigids(
|
||||
annotation: &Type,
|
||||
introduced_vars: &IntroducedVariables,
|
||||
loc_pattern: &Loc<Pattern>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue