Rename Float to Frac in more places

This commit is contained in:
Richard Feldman 2023-09-10 14:51:12 -04:00
parent 0f89d4c3a5
commit dc7e8b43bd
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
9 changed files with 49 additions and 49 deletions

View file

@ -349,7 +349,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
)
}
StrFromFloat => {
// Str.fromFloat : Float * -> Str
// Str.fromFloat : Frac * -> Str
debug_assert_eq!(args.len(), 1);
let (float, float_layout) = scope.load_symbol_and_layout(&args[0]);