Author: wayland Date: 2009-02-26 13:15:04 +0100 (Thu, 26 Feb 2009) New Revision: 25584
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: Container.pod fixes, based on IRC advice. Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-02-26 12:04:15 UTC (rev 25583) +++ docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-02-26 12:15:04 UTC (rev 25584) @@ -663,13 +663,8 @@ This documents Buf, List, Seq, Range, Set, Bag, Junction, Array, Hash, KeyHash, KeySet, KeyBag, Pair, and Mapping. -XXX So where are they? Especially Set, Bag, KeyHash, KeySet, KeyBag, Pair, -and Mapping. +XXX So where are KeySet and KeyBag. -=head2 Array - -class Array does Array {...} - =head2 Seq class Seq does Positional {...} @@ -682,10 +677,6 @@ class Buf does Positional {...} -=head2 Hash - -class Hash does Hash {...} - =head2 class Pair does Associative {...}