Created
November 16, 2017 08:35
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| say grep { ++$_; True }, 1, 2, 3; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (exit code 1) | |
| Cannot resolve caller prefix:<++>(Int); the following candidates | |
| match the type but require mutable arguments: | |
| (Mu:D $a is rw) | |
| (Int:D $a is rw) | |
| The following do not match for other reasons: | |
| (Bool $a is rw) | |
| (Mu:U $a is rw) | |
| (Num:D $a is rw) | |
| (Num:U $a is rw) | |
| (int $a is rw) | |
| (num $a is rw --> num) | |
| in block <unit> at /tmp/urJYNEJ36e line 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment