mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Int Abs
This commit is contained in:
parent
41af22a2ac
commit
1d1f620090
7 changed files with 80 additions and 7 deletions
|
@ -610,6 +610,7 @@ define_builtins! {
|
|||
20 INT_NEQ_I1: "#neqi1"
|
||||
21 INT_NEQ_I8: "#neqi8"
|
||||
22 INT_ABS: "abs"
|
||||
23 INT_ABS_ARG: "abs#arg"
|
||||
}
|
||||
3 FLOAT: "Float" => {
|
||||
0 FLOAT_FLOAT: "Float" imported // the Float.Float type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue