This PR merges in the latest changes from function-references.
A key change is that type variables / indices have been replaced by deep type substitution. This change affects cont and tag types. I am not sure how to best deal with this change. The current implementation is broken, because the binary encoder has no way of recovering the original type index on a tag.
This PR merges in the latest changes from function-references.
A key change is that type variables / indices have been replaced by deep type substitution. This change affects
cont
andtag
types. I am not sure how to best deal with this change. The current implementation is broken, because the binary encoder has no way of recovering the original type index on atag
.