On Fri Jul 30 06:34:10 2010, cognominal wrote: > $ perl 6 > > our Str a > In "our" declaration, typename Str must be predeclared (or marked as > declarative with :: prefix) at line 1, near " a\n" >
Here's what STD has to say: 14:25 <+p6eval> std 8b331d2: OUTPUT«===SORRY!===Multiple prefix constraints not yet supported at /tmp/k9Lxlm7UTU line 1:------> our Str ⏏aMalformed our at /tmp/k9Lxlm7UTU line 1:------> our Str ⏏a expecting any of: multi_declarator typen… Rakudo is still giving the same error as before. -- Will "Coke" Coleda