/usr/local/CPAN/Perl6-Pugs/Base.pm



use v6-alpha;

role v6::AST::Base  {

    # - we are now using 'does' instead of 'as'
    # sub *coerce:as (Match $match, To ::?CLASS) { 
    #    To.new( :$match );
    # }

}