Skip to content

Commit

Permalink
Revise note about list operator flattening.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 23, 2015
1 parent 65be127 commit 64b65ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S07-glr-draft.pod
Expand Up @@ -88,7 +88,7 @@ Flattening also occurs using the C<flat> contextualizer:
Slurpy array parameters declared with a single C<*> marker lazily
flatten the arguments into the array.

List operators such as reduce, cross, and zip flatten their arguments.
In the pre-GLR, list operators such as reduce, cross, and zip flatten their arguments... not sure if that carries over to post-GLR.

Conjecture: An array constructor preceded by a colon flattens its
interior contents. Array constructors without the colon do not flatten
Expand Down

0 comments on commit 64b65ba

Please sign in to comment.