mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Rename Float to Frac in more places
This commit is contained in:
parent
0f89d4c3a5
commit
dc7e8b43bd
9 changed files with 49 additions and 49 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue