Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 7, 2019 14:41
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/0a4caaec9f72e2503fd2b03bfdd95aad to your computer and use it in GitHub Desktop.
Save Whateverable/0a4caaec9f72e2503fd2b03bfdd95aad to your computer and use it in GitHub Desktop.
evalable6
my &filter = { 42 }; sub a(&f where *.WHAT ~~ Int) {}; a &filter
(exit code 1)
Constraint type check failed in binding to parameter '&f'; expected anonymous constraint to be met but got -> ;; $_? is raw { #`...
in sub a at /tmp/EdWCK5BP7J line 1
in block <unit> at /tmp/EdWCK5BP7J line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment