Skip to content

Commit

Permalink
Further edits for conciseness
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jun 5, 2024
1 parent 3c87cb4 commit aaff56c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions exploration/function-composition-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,13 +1019,6 @@ Five alternatives are presented:
4. Allow both kinds of composition
5. Don't allow composition

Alternatives 2 and 3 were presented earlier in this document.
Alternative 4 is an idea from a prior mailing list discussion
of this problem. Alternative 1 is similar to Alternative 3
but introduces additional notation to make composition
easier to think about (which is why it's presented first).
Alternative 5 is included for completeness.

### Typed functions

Types are a way for users of a language
Expand Down Expand Up @@ -1139,8 +1132,6 @@ Consider (this suggestion is from Elango Cheran):
{{$x} {$y}}
```



`.pipeline` would be a new keyword that acts like `.local`,
except that if its expression has a function annotation,
the formatter would apply the "preservation model" semantics
Expand Down

0 comments on commit aaff56c

Please sign in to comment.