mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
INT NEQ for i1 and i8 integer types
This commit is contained in:
parent
4b5f7bfded
commit
d1b00633be
3 changed files with 28 additions and 0 deletions
|
@ -607,6 +607,8 @@ define_builtins! {
|
|||
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"
|
||||
20 INT_NEQ_I1: "#neqi1"
|
||||
21 INT_NEQ_I8: "#neqi8"
|
||||
}
|
||||
3 FLOAT: "Float" => {
|
||||
0 FLOAT_FLOAT: "Float" imported // the Float.Float type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue