apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Direct returns of arbitrary expressions are broken #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function signature:

foo : () -> (42)

Will currently fail to correctly return 42.

Original issue reported on code.google.com by don.ap...@gmail.com on 24 Dec 2010 at 10:19

GoogleCodeExporter commented 9 years ago
Anonymous returns are implemented and supported by heavily improved type 
inference capabilities in the compiler.

Original comment by don.ap...@gmail.com on 26 Dec 2010 at 9:04