Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Iterable and QuantHash are roles
  • Loading branch information
Jan-Olof Hendig committed Jun 20, 2016
1 parent 4678149 commit a80a093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Iterable.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Interface for container objects that can be iterated over
class Iterable { }
role Iterable { }
C<Iterable> serves as an API for objects that can be iterated with the
C<for> construct and related iteration constructs, like hyper operators.
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/QuantHash.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Collection of objects represented as hash keys
class QuantHash does Associative { }
role QuantHash does Associative { }
A C<QuantHash> represents a set of objects, represented as the keys of a
C<Hash>. When asked to behave as a list it ignores its C<.values> and
Expand Down

0 comments on commit a80a093

Please sign in to comment.