Skip to content

Commit

Permalink
add placeholder for gather/take
Browse files Browse the repository at this point in the history
  • Loading branch information
trosel committed Feb 14, 2017
1 parent 9771ffe commit 5c2a3bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Language/haskell-to-p6.pod6
Expand Up @@ -311,6 +311,10 @@ to the C<@> sigil. Explain how you can convert an Array to a flattened list of o
data shapes become quite intuitive, but it takes a bit of practice.
=head2 List Comprehensions
TODO compare haskell list comprehensions to Perl6 gather/take
=head2 Fold
Fold in Haskell is called Reduce in Perl6.
Expand Down

0 comments on commit 5c2a3bc

Please sign in to comment.