mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add fractional constants
This commit is contained in:
parent
1646dc4e73
commit
ab0969f7bb
70 changed files with 363 additions and 345 deletions
|
@ -1264,6 +1264,9 @@ define_builtins! {
|
|||
158 NUM_IS_FINITE: "isFinite"
|
||||
159 NUM_MIN: "min"
|
||||
160 NUM_MAX: "max"
|
||||
161 NUM_E: "e"
|
||||
162 NUM_PI: "pi"
|
||||
163 NUM_TAU: "tau"
|
||||
}
|
||||
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