mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
adds Num.subWrap
This commit is contained in:
parent
c6b258c50c
commit
176cdd0274
7 changed files with 23 additions and 2 deletions
|
@ -798,6 +798,7 @@ define_builtins! {
|
|||
55 NUM_ACOS: "acos"
|
||||
56 NUM_ASIN: "asin"
|
||||
57 NUM_BITWISE_AND: "bitwiseAnd"
|
||||
58 NUM_SUB_WRAP: "subWrap"
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue