Navigation Menu

Skip to content

Commit

Permalink
[Positional] method of; indexing is done with postcircumfix; update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 8, 2012
1 parent 7b0caa5 commit 5f283aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 0 additions & 2 deletions TODO
Expand Up @@ -2,8 +2,6 @@ Known missing stuff

Types:
Associative
Positional
Callable

Date # probably possible to steal much from S32::Temporal
DateTime # probably possible to steal much from S32::Temporal
Expand Down
13 changes: 11 additions & 2 deletions lib/Positional.pod
Expand Up @@ -4,8 +4,17 @@
role Positional { ... }
Role for objects which support indexing them using C<circumfix:«[ ]»>
(usually list-like objects). Example types with Positional role
Role for objects which support indexing them using C<postcircumfix:«[ ]»>
(usually list-like objects). Example types with Positional role
include L<Parcel>, L<List>, L<Array>, L<Range>, and L<Buf>.
=head1 Methods
=head2 of
method of()
Returns the type constraint for elements of the positional container. Defaults
to L<Mu>.
=end pod

0 comments on commit 5f283aa

Please sign in to comment.