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