Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 10, 2019 18:33
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/20c4982bfa2b30deb93616f659ccf132 to your computer and use it in GitHub Desktop.
Save Whateverable/20c4982bfa2b30deb93616f659ccf132 to your computer and use it in GitHub Desktop.
evalable6
^3.permutation(2)
(exit code 1)
Potential difficulties:
Precedence of ^ is looser than method call; please parenthesize
at /tmp/WV4OqBgMly:1
------> ^3⏏.permutation(2)
WARNINGS for /tmp/WV4OqBgMly:
Useless use of "^" in expression "^3.permutation(2)" in sink context (line 1)
No such method 'permutation' for invocant of type 'Int'. Did you mean 'permutations'?
in block <unit> at /tmp/WV4OqBgMly line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment