Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 1, 2020 20:56
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/3fd9c2c0c3bdf3380da45b08ac681886 to your computer and use it in GitHub Desktop.
Save Whateverable/3fd9c2c0c3bdf3380da45b08ac681886 to your computer and use it in GitHub Desktop.
greppable6
my\s*\(.*\(\).*=
File Code
HANENKAMP/Smack
…/Smack.pm6 :163:
my (Int() $status, List() $headers, Supply() $body) := $promise.result;
HANENKAMP/Smack
…/Cascade.pm6 :12:
my (Int() $code) = $p.result;
dnmfarrell/Pod-PerlTricks
…/SampleArticle.json :1:
{ "body" : "\"\\n\\n<p>How can I easily run the same tests on different data without duplicating a lot of code? If I follow my usual pattern, I start…
zostay/P6W
…/100-continue.p6w :35:
my ($s, @h, Supply() $b) = process-input();
zostay/P6W
…/te-chunked-mw.p6w :30:
my ($s, List() $h, Supply() $payload) = $p.result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment