Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix subset types involving subset foo of Mu.
  • Loading branch information
jnthn committed Apr 23, 2010
1 parent 6783b52 commit 7a1409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glue/subset.pm
Expand Up @@ -10,7 +10,7 @@ role SubType {
}
}

our sub CREATE_SUBSET_TYPE($original, $checker) {
our sub CREATE_SUBSET_TYPE(Mu $original, $checker) {
# XXX Ideally we'd be able to just replace all of what follows
# with a simple:
# my $subtype = $original but SubType($checker);
Expand Down

0 comments on commit 7a1409b

Please sign in to comment.