Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 22, 2016 13:30
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/5f4f9b9a2b3f7b9750aa0f7de4c20538 to your computer and use it in GitHub Desktop.
Save Whateverable/5f4f9b9a2b3f7b9750aa0f7de4c20538 to your computer and use it in GitHub Desktop.
bisectable6
sub f(::T $a) { sub(T $b) { $a ~ $b } }; f(2)(3).say
Output on both points: ===SORRY!=== Error while compiling /tmp/qq2ZVb2Wmj
Unable to parse expression in argument list; couldn't find final ')'
at /tmp/qq2ZVb2Wmj:1
------> sub f(::T $a) { sub(T<HERE> $b) { $a ~ $b } }; f(2)(3).say
expecting any of:
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment