mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
parent
2faa0e4c5b
commit
ec94fc87a5
3 changed files with 56 additions and 0 deletions
|
@ -1262,6 +1262,8 @@ define_builtins! {
|
|||
156 NUM_IS_NAN: "isNaN"
|
||||
157 NUM_IS_INFINITE: "isInfinite"
|
||||
158 NUM_IS_FINITE: "isFinite"
|
||||
159 NUM_MIN: "min"
|
||||
160 NUM_MAX: "max"
|
||||
}
|
||||
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