mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Add Num.withoutDecimalPoint
This commit is contained in:
parent
62cc19c64b
commit
9c664172dd
9 changed files with 25 additions and 4 deletions
|
@ -1172,7 +1172,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
// which could be useful to look at when implementing this.
|
||||
todo!("implement checked float conversion");
|
||||
}
|
||||
I128OfDec => {
|
||||
I128OfDec | DecWithoutDecimalPoint => {
|
||||
arguments!(dec);
|
||||
dec_unary_op(env, bitcode::DEC_TO_I128, dec)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue