Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed redundant second entry for .flat
  • Loading branch information
thundergnat committed Dec 10, 2010
1 parent 15f0b2b commit 493684e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions S29-functions.pod
@@ -1,4 +1,3 @@

=encoding utf8

=head1 TITLE
Expand Down Expand Up @@ -336,13 +335,6 @@ lexical scope via the $?NF and $?ENC compile-time constants).)

Forces generic Item context on its argument, and returns it.

=item flat

our List multi flat ( *@list )

Forces flat context on its arguments, and returns them.
The heavy work is done by the C<*@> binding.

=item list

our List multi list ( Iterable $item ) { $item.iterator.list }
Expand Down

0 comments on commit 493684e

Please sign in to comment.