mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
f32/f64toParts in repl only
This commit is contained in:
parent
64e9899cad
commit
473b8ef2d3
12 changed files with 72 additions and 6 deletions
|
@ -207,6 +207,8 @@ map_symbol_to_lowlevel_and_arity! {
|
|||
I128OfDec; I128_OF_DEC; 1,
|
||||
NumWithoutDecimalPoint; NUM_WITHOUT_DECIMAL_POINT; 1,
|
||||
NumWithDecimalPoint; NUM_WITH_DECIMAL_POINT; 1,
|
||||
NumF32ToParts; NUM_F32_TO_PARTS; 1,
|
||||
NumF64ToParts; NUM_F64_TO_PARTS; 1,
|
||||
|
||||
Eq; BOOL_STRUCTURAL_EQ; 2,
|
||||
NotEq; BOOL_STRUCTURAL_NOT_EQ; 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue