Share more variables between builtins

This commit is contained in:
Richard Feldman 2020-07-09 23:58:42 -04:00
parent da620947ff
commit 0536d9f0c4
2 changed files with 338 additions and 124 deletions

View file

@ -631,8 +631,6 @@ define_builtins! {
4 BOOL_XOR: "xor"
5 BOOL_EQ: "isEq"
6 BOOL_NEQ: "isNotEq"
7 BOOL_BINOP_LHS: "bool#lhs"
8 BOOL_BINOP_RHS: "bool#rhs"
}
3 STR: "Str" => {
0 STR_STR: "Str" imported // the Str.Str type alias