Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Bool augmentable
  • Loading branch information
niner committed Oct 3, 2015
1 parent 017c6bc commit 31cbac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Perl6/Metamodel/EnumHOW.nqp
Expand Up @@ -40,7 +40,8 @@ class Perl6::Metamodel::EnumHOW
# Exportation callback for enum symbols, if any.
has $!export_callback;

my $archetypes := Perl6::Metamodel::Archetypes.new( :nominal(1), :composalizable(1) );
my $archetypes := Perl6::Metamodel::Archetypes.new(
:nominal(1), :composalizable(1), :augmentable(1) );
method archetypes() {
$archetypes
}
Expand Down

0 comments on commit 31cbac7

Please sign in to comment.