INT NEQ for i1 and i8 integer types

This commit is contained in:
Chad Stearns 2020-05-01 17:29:43 -04:00
parent 4b5f7bfded
commit d1b00633be
3 changed files with 28 additions and 0 deletions

View file

@ -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