mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Rename Category::Float to Category::Frac
This commit is contained in:
parent
e389b23e4b
commit
3972664e48
6 changed files with 10 additions and 10 deletions
|
@ -126,7 +126,7 @@ pub fn constrain_expr<'a>(
|
|||
region,
|
||||
));
|
||||
|
||||
and_constraints.push(Eq(num_type, expected, Category::Float, region));
|
||||
and_constraints.push(Eq(num_type, expected, Category::Frac, region));
|
||||
|
||||
let defs_constraint = And(and_constraints);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue