mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Implemented INT_NE_i64
This commit is contained in:
parent
8befd12355
commit
71258e0e59
6 changed files with 72 additions and 1 deletions
|
@ -606,6 +606,7 @@ define_builtins! {
|
|||
16 INT_GTE: "#gte"
|
||||
17 INT_DIV_ARG_NUMERATOR: "div#numerator" // The first argument to `//`, the numerator
|
||||
18 INT_DIV_ARG_DENOMINATOR: "div#denominator" // The first argument to `//`, the denominator
|
||||
19 INT_NEQ_I64: "#neqi64"
|
||||
}
|
||||
3 FLOAT: "Float" => {
|
||||
0 FLOAT_FLOAT: "Float" imported // the Float.Float type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue