Update spec
This commit is contained in:
parent
800de413cf
commit
4a83c3b9df
1 changed files with 1 additions and 0 deletions
1
spec.txt
1
spec.txt
|
|
@ -200,6 +200,7 @@ Function definition:
|
||||||
foreign func powf(x: f32, y: f32) -> f32 // no implementation
|
foreign func powf(x: f32, y: f32) -> f32 // no implementation
|
||||||
|
|
||||||
TODO: function overloading? Probably requires selecting a specific overload using `as` operator to save to a value (but not on call site)
|
TODO: function overloading? Probably requires selecting a specific overload using `as` operator to save to a value (but not on call site)
|
||||||
|
TODO: alternative - Rust-like traits? More powerful, but complicates the language
|
||||||
|
|
||||||
======== TYPE OF TYPES ========
|
======== TYPE OF TYPES ========
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue