Rename float functions and vars

This commit is contained in:
Mfon Eti-mfon 2022-05-08 18:42:12 +01:00
parent de7fe31289
commit 9068c2414e
No known key found for this signature in database
GPG key ID: C79D87B2D3688E26
21 changed files with 242 additions and 242 deletions

View file

@ -1272,7 +1272,7 @@ fn lowlevel_spec(
builder.add_sub_block(block, sub_block)
}
NumToFloat => {
NumToFrac => {
// just dream up a unit value
builder.add_make_tuple(block, &[])
}