mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Switch from floats to usize
This commit is contained in:
parent
d976f2fc93
commit
c8f6762deb
4 changed files with 8 additions and 8 deletions
|
@ -1090,7 +1090,7 @@ fn num_asin(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
}
|
||||
|
||||
/// TODO: This is obviously wrong! Fix me!
|
||||
/// Num.bytesToU16 : Float -> Float
|
||||
/// Num.bytesToU16 : Nat -> Nat
|
||||
fn num_bytes_to_u16(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||
let arg_float_var = var_store.fresh();
|
||||
let ret_float_var = var_store.fresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue