mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
f32FromParts and f64FromParts for repl
This commit is contained in:
parent
473b8ef2d3
commit
11998b9cc8
12 changed files with 48 additions and 4 deletions
|
@ -209,6 +209,8 @@ map_symbol_to_lowlevel_and_arity! {
|
|||
NumWithDecimalPoint; NUM_WITH_DECIMAL_POINT; 1,
|
||||
NumF32ToParts; NUM_F32_TO_PARTS; 1,
|
||||
NumF64ToParts; NUM_F64_TO_PARTS; 1,
|
||||
NumF32FromParts; NUM_F32_FROM_PARTS; 1,
|
||||
NumF64FromParts; NUM_F64_FROM_PARTS; 1,
|
||||
|
||||
Eq; BOOL_STRUCTURAL_EQ; 2,
|
||||
NotEq; BOOL_STRUCTURAL_NOT_EQ; 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue