mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge branch 'trunk' into list-eq
This commit is contained in:
commit
ba9448619a
49 changed files with 1440 additions and 4168 deletions
|
@ -827,6 +827,11 @@ define_builtins! {
|
|||
83 NUM_SUB_CHECKED: "subChecked"
|
||||
84 NUM_MUL_WRAP: "mulWrap"
|
||||
85 NUM_MUL_CHECKED: "mulChecked"
|
||||
86 NUM_INT: "Int" imported
|
||||
87 NUM_FLOAT: "Float" imported
|
||||
88 NUM_AT_NATURAL: "@Natural"
|
||||
89 NUM_NATURAL: "Natural" imported
|
||||
90 NUM_NAT: "Nat" imported
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue