mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Clean up file and repl support for Num.maxI128
This commit is contained in:
parent
66f07d984e
commit
3e4eb8d839
3 changed files with 15 additions and 1 deletions
|
@ -386,7 +386,6 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
|
||||
// maxI128 : I128
|
||||
add_type(Symbol::NUM_MAX_I128, i128_type());
|
||||
//add_type(Symbol::NUM_MAX_I128, int_type(flex(TVAR1)));
|
||||
|
||||
// Float module
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue