Skip to content

Commit

Permalink
Make Baggy.ACCEPTS the same as Setty.ACCEPTS
Browse files Browse the repository at this point in the history
Seems more correct to keep the same MMD logic between Setty and Baggy
  • Loading branch information
lizmat committed Feb 7, 2019
1 parent 46409c0 commit 37ce147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Baggy.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ my role Baggy does QuantHash {
)
)
}
multi method ACCEPTS(Baggy:D: Mu \other --> Bool:D) {
multi method ACCEPTS(Baggy:D: \other --> Bool:D) {
self.ACCEPTS(other.Bag)
}

Expand Down

0 comments on commit 37ce147

Please sign in to comment.