Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 13, 2020 22:39
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/b2c5e87b1899efcad32e86fcc37b8d1f to your computer and use it in GitHub Desktop.
Save Whateverable/b2c5e87b1899efcad32e86fcc37b8d1f to your computer and use it in GitHub Desktop.
evalable6
sub s(&c:(Any)) {}; s(-> $any {});
(exit code 1)
Constraint type check failed in binding to parameter '&c'; expected anonymous constraint to be met but got -> $any { #`(Block|94...
in sub s at /tmp/gXL3TsIXbN line 1
in block <unit> at /tmp/gXL3TsIXbN line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment