Very simple implementation of mutual recursive letrecs. This requires constructing a letrec on the fly, but there should be a better solution by changing how thunks work
Edit: There is a solution that doesn't require constructing letrecs on the fly and it's implemented in the last commits
Very simple implementation of mutual recursive letrecs. This requires constructing a letrec on the fly, but there should be a better solution by changing how thunks work
Edit: There is a solution that doesn't require constructing letrecs on the fly and it's implemented in the last commits