mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 00:05:02 +00:00
remove i128OfDec
This commit is contained in:
parent
f145f73aa0
commit
4269608ebf
7 changed files with 4 additions and 13 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 | NumWithoutDecimalPoint | NumWithDecimalPoint => {
|
||||
NumWithoutDecimalPoint | NumWithDecimalPoint => {
|
||||
arguments!(arg);
|
||||
arg
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue