Slangs: extending package_declarator problem

2018-12-25 Thread Vadim Belman
Hi! By playing with slangs I stumbled upon pretty confusing issue. I have a module with a test slang which looks like this: class My::Metamodel::MyHOW is Metamodel::ClassHOW { method compose (|) { note "My compose"; nextsame; } } sub EX

Re: Pair colon-chains

2018-12-25 Thread JJ Merelo
Probably not. Can you please raise an issue in perl6/doc? The first one seems specially inconsistent... We'll have to check also if it's REPL only or it extends somewhere else... El mar., 25 dic. 2018 a las 1:23, yary () escribió: > https://docs.perl6.org/type/Pair says "Colon pairs can be chaine