Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Introduce QuantHash
  • Loading branch information
lizmat committed Oct 3, 2013
1 parent 71b47aa commit 93064b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Baggy.pm
@@ -1,4 +1,4 @@
my role Baggy does Associative {
my role Baggy does QuantHash {
has %!elems; # key.WHICH => (key=>value)

method BUILD (:%!elems) {}
Expand Down
2 changes: 1 addition & 1 deletion src/core/Setty.pm
@@ -1,4 +1,4 @@
my role Setty does Associative {
my role Setty does QuantHash {
has %!elems; # key.WHICH => key

method BUILD (:%!elems) {}
Expand Down
1 change: 1 addition & 0 deletions src/core/stubs.pm
Expand Up @@ -10,6 +10,7 @@ my class FatRat { ... }
my class Enum { ... }
my class X::OutOfRange { ... }

my role QuantHash { ... }
my role Setty { ... }
my class Set { ... }
my class SetHash { ... }
Expand Down
1 change: 1 addition & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -185,6 +185,7 @@ CORE_SOURCES = \
src/core/Temporal.pm \
src/core/EXPORTHOW.pm \
src/core/Pod.pm \
src/core/QuantHash.pm \
src/core/Setty.pm \
src/core/Set.pm \
src/core/SetHash.pm \
Expand Down
1 change: 1 addition & 0 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -231,6 +231,7 @@ CORE_SOURCES = \
src/core/Temporal.pm \
src/core/EXPORTHOW.pm \
src/core/Pod.pm \
src/core/QuantHash.pm \
src/core/Setty.pm \
src/core/Set.pm \
src/core/SetHash.pm \
Expand Down

0 comments on commit 93064b1

Please sign in to comment.