mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Constraining ability members is the same as a usual def
This commit is contained in:
parent
45134a547d
commit
01af970b49
2 changed files with 44 additions and 25 deletions
|
@ -1771,7 +1771,7 @@ pub struct InstantiateRigids {
|
|||
pub new_infer_variables: Vec<Variable>,
|
||||
}
|
||||
|
||||
fn instantiate_rigids(
|
||||
pub fn instantiate_rigids(
|
||||
annotation: &Type,
|
||||
introduced_vars: &IntroducedVariables,
|
||||
loc_pattern: &Loc<Pattern>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue