mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Weaken expects
This commit is contained in:
parent
fdb4fe66ee
commit
173d070175
1 changed files with 2 additions and 4 deletions
|
@ -2401,8 +2401,7 @@ pub fn constrain_decls(
|
|||
[],
|
||||
expect_constraint,
|
||||
constraint,
|
||||
// TODO(weakening)
|
||||
Generalizable(true),
|
||||
Generalizable(false),
|
||||
)
|
||||
}
|
||||
ExpectationFx => {
|
||||
|
@ -2430,8 +2429,7 @@ pub fn constrain_decls(
|
|||
[],
|
||||
expect_constraint,
|
||||
constraint,
|
||||
// TODO(weakening)
|
||||
Generalizable(true),
|
||||
Generalizable(false),
|
||||
)
|
||||
}
|
||||
Function(function_def_index) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue