Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note to "Function Resolution" section about function argument and…
… result types (#686) * Add note to "Function Resolution" section about function argument and result types * Rephrase the 'result of a function call' sentence * Rewrite the description of "composability" Avoid using the word "interconvertible" Include example of composability Include example for how the function interface would be defined in a typed implementation language Add note about multiple interpretations of composition that requests feedback * Add specific text on selector functions * Fix .local syntax in example * Address various review comments * Update spec/formatting.md Co-authored-by: Richard Gibson <[email protected]> * Update spec/formatting.md Co-authored-by: Eemeli Aro <[email protected]> * Add the words "a representation of" to allow implementations... ...to bundle their results with a "parsed" version of their input * Update spec/formatting.md Co-authored-by: Eemeli Aro <[email protected]> * Avoid use of 'input'/'output' * Update spec/formatting.md Co-authored-by: Addison Phillips <[email protected]> * Update spec/formatting.md Co-authored-by: Addison Phillips <[email protected]> * Update spec/formatting.md Co-authored-by: Mark Davis <[email protected]> * Update spec/formatting.md Co-authored-by: Mark Davis <[email protected]> * Update spec/formatting.md Co-authored-by: Mark Davis <[email protected]> * Update spec/formatting.md Co-authored-by: Mark Davis <[email protected]> --------- Co-authored-by: Richard Gibson <[email protected]> Co-authored-by: Eemeli Aro <[email protected]> Co-authored-by: Addison Phillips <[email protected]> Co-authored-by: Mark Davis <[email protected]>
- Loading branch information