mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Share more variables between builtins
This commit is contained in:
parent
da620947ff
commit
0536d9f0c4
2 changed files with 338 additions and 124 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue