krfkeith / tart

Automatically exported from code.google.com/p/tart
0 stars 0 forks source link

Add type inference for closure parameters #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You should be able to omit the parameter types and return type for a closure, 
and have the compiler infer them from the context in which the closure is 
evaluated.

Original issue reported on code.google.com by viri...@gmail.com on 1 Mar 2011 at 11:06