Finally, support for mutual recursion with call-by...
# development
h
Finally, support for mutual recursion with call-by-name: https://github.com/pantsbuild/pants/pull/22648/
We had a handful such cases that we couldn’t port to call-by-name. And now we can!
w
ooooooh
Reviewing
h
Merged! Thanks