mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add Num.fromBool
This commit is contained in:
parent
1bae24b3ea
commit
7daa008a9a
93 changed files with 500 additions and 451 deletions
|
@ -1349,6 +1349,7 @@ define_builtins! {
|
|||
166 NUM_NAN_F64: "nanF64"
|
||||
167 NUM_INFINITY_F32: "infinityF32"
|
||||
168 NUM_INFINITY_F64: "infinityF64"
|
||||
169 NUM_FROM_BOOL: "fromBool"
|
||||
}
|
||||
4 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue