Skip to content

Commit

Permalink
Expand on wording of Rejected Ideas section about deferred expression…
Browse files Browse the repository at this point in the history
… syntax
  • Loading branch information
leonerd committed Dec 4, 2024
1 parent 34d7098 commit 5baf2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppcs/ppc0027-any-and-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ A possible future idea is a named feature that alters this behaviour of `grep` a

## Rejected Ideas

### Block-less syntax
### Deferred Expression Syntax

Supporting syntax analogous to the "deferred-expression" form of `grep EXPR, LIST`.
Supporting syntax analogous to the "deferred-expression" form of `grep EXPR, LIST` in the first iteration is likely to get in the way of a possible future idea to add named lexical arguments to the predicate test block (see above). Therefore at this time no attempt is made to support these, so as to leave an easy space in the implementation to allow other behaviours in future.

### Keywords as Junctions

Expand Down

0 comments on commit 5baf2c9

Please sign in to comment.