Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 7, 2016 16:05
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 zoffixznet/32b9f1a6984b4552287a9e3ea09a9a8f to your computer and use it in GitHub Desktop.
Save zoffixznet/32b9f1a6984b4552287a9e3ea09a9a8f to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 -e '42.pick: -1'
Cannot resolve caller pick((42,): -1); none of these signatures match:
(List:D $: *%_)
(List:D $: Callable:D $calculate, *%_)
(List:D $: Whatever, *%_)
(List:D $: Num $ where { ... }, *%_)
(List:D $: Int $number where { ... }, *%_)
in block <unit> at -e line 1
cpan@perlbuild2~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment