mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
adds Num.bitwiseAnd
This commit is contained in:
parent
afd3991bc9
commit
0a24f3b4b4
9 changed files with 54 additions and 1 deletions
|
@ -797,6 +797,7 @@ define_builtins! {
|
|||
54 NUM_ATAN: "atan"
|
||||
55 NUM_ACOS: "acos"
|
||||
56 NUM_ASIN: "asin"
|
||||
57 NUM_BITWISE_AND: "bitwiseAnd"
|
||||
}
|
||||
2 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue