Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 10, 2017
1 parent ff11b6d commit 1fda005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/set_proper_subset.t
Expand Up @@ -37,6 +37,7 @@ my @pss =
"quick", $list,

# more specific cases where left should be proper subset of right
<a b>.Bag, <a b c>.Bag, # https://irclog.perlgeek.de/perl6/2017-07-10#i_14851116
<a b>.Set, <a b b c>.Bag, # .Bag -> .Set
<a b b>.Bag, <a b c>.Set, # .Bag -> .Set
<a b>.Set, <a a b b c>.Mix, # .Mix -> .Set
Expand Down

0 comments on commit 1fda005

Please sign in to comment.