Rename Category::Float to Category::Frac

This commit is contained in:
Richard Feldman 2022-07-19 20:04:51 -04:00
parent e389b23e4b
commit 3972664e48
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
6 changed files with 10 additions and 10 deletions

View file

@ -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);