Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 1, 2023 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/9f273db44a3e9926cf6251da36424ccb to your computer and use it in GitHub Desktop.
Save Whateverable/9f273db44a3e9926cf6251da36424ccb to your computer and use it in GitHub Desktop.
greppable6
ParametricRoleHOW
File Code
NINE/Inline-Perl5
…/Object.pm6 :33:
my $role := Metamodel::ParametricRoleHOW.new_type;
VRURG/AttrX-Mooish
…/Mooish.pm6 :1004:
when Metamodel::ParametricRoleHOW {
VRURG/Cro-RPC-JSON
…/JSON.pm6 :254:
when Metamodel::ParametricRoleHOW {
VRURG/OO-Plugin
…/Plugin.pm6 :150:
$*LANG.set_how('role', Metamodel::ParametricRoleHOW);
VRURG/OO-Plugin
…/PlugRoleHOW.pm6 :2:
class OO::Plugin::Metamodel::PlugRoleHOW is Metamodel::ParametricRoleHOW {
VRURG/OO-Plugin
…/PlugRoleHOW.pm6 :10:
my $type := self.Metamodel::ParametricRoleHOW::new_type( :$name, |params );
perl6/doc
…/type-graph.txt :35:
class Metamodel::ParametricRoleHOW does Metamodel::Naming does Metamodel::Documenting does Metamodel::Versioning does Metamodel::MethodCont…
teodozjan/pod6-coverage
…/Full.pm6 :106:
elsif ($whoO.HOW ~~ Metamodel::ParametricRoleHOW) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment