mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
builtin maxI128 initial
This commit is contained in:
parent
c2525d2407
commit
4d046abefa
11 changed files with 73 additions and 17 deletions
|
@ -56,7 +56,7 @@ pub enum Expr {
|
|||
Num(Variable, i64),
|
||||
|
||||
// Int and Float store a variable to generate better error messages
|
||||
Int(Variable, Variable, i64),
|
||||
Int(Variable, Variable, i128),
|
||||
Float(Variable, Variable, f64),
|
||||
Str(InlinableString),
|
||||
List {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue