Created
March 28, 2016 21:44
-
-
Save swenson/34490cd907cc8330614e to your computer and use it in GitHub Desktop.
Tuple destructor: formal count does not match argument count
This file contains hidden or 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
proc f() : (int, int) { | |
return f(); | |
} | |
proc main() { | |
f(); | |
} |
Author
swenson
commented
Mar 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment