mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
WIP: Add Num.minI128
builtin (TODOs remain)
This commit is contained in:
parent
d2c2064782
commit
d7e2be306f
6 changed files with 70 additions and 0 deletions
|
@ -397,6 +397,9 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
Box::new(bool_type()),
|
||||
);
|
||||
|
||||
// minI128 : I128
|
||||
add_type!(Symbol::NUM_MIN_I128, i128_type());
|
||||
|
||||
// maxI128 : I128
|
||||
add_type!(Symbol::NUM_MAX_I128, i128_type());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue