dart-lang / language

Design of the Dart language
Other
2.65k stars 203 forks source link

Reword 'Binding Actuals..' to work with function properties and not 'functions' #3760

Open eernstg opened 6 years ago

eernstg commented 6 years ago

https://dart-review.googlesource.com/c/sdk/+/51323/46/docs/language/dartLangSpec.tex#5700: Revise 'Binding Actuals..' in the language specification to deal with the static analysis in one subsection and dynamic semantics in another, and avoid defining a novel notion of a 'function', relying instead on argument lists and function types and similar stand-alone entities.

eernstg commented 5 months ago

Also fix an inconsistency: We should use "binding formals to actuals" rather than "binding actuals to formals".