Add toF32/64 checked versions in symbol.rs to avoid conflict.

This commit is contained in:
Nikita Mounier 2022-04-11 11:35:56 +00:00
parent 4ecf2a8c24
commit 9182bb5773

View file

@ -1061,6 +1061,10 @@ define_builtins! {
152 NUM_TO_U128_CHECKED: "toU128Checked"
153 NUM_TO_NAT: "toNat"
154 NUM_TO_NAT_CHECKED: "toNatChecked"
155 NUM_TO_F32: "toF32"
156 NUM_TO_F32_CHECKED: "toF32Checked"
157 NUM_TO_F64: "toF64"
158 NUM_TO_F64_CHECKED: "toF64Checked"
}
2 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias