mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +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
|
@ -1178,6 +1178,8 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
}
|
||||
NumF32ToParts => todo!("NumF32ToParts"),
|
||||
NumF64ToParts => todo!("NumF64ToParts"),
|
||||
NumF32FromParts => todo!("NumF32FromParts"),
|
||||
NumF64FromParts => todo!("NumF64FromParts"),
|
||||
Eq => {
|
||||
arguments_with_layouts!((lhs_arg, lhs_layout), (rhs_arg, rhs_layout));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue