issues
search
Akuli
/
oomph
Yet another attempt at making a usable programming language
MIT License
5
stars
1
forks
source link
Function type syntax
#256
Closed
Akuli
closed
3 years ago
Akuli
commented
3 years ago
fixes #249
[x] test what
func() -> Foo | Bar
does, is it a union or a function returning union?
[x] docs
[x] find things that can be simplified in self-hosted
fixes #249
func() -> Foo | Bar
does, is it a union or a function returning union?