You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
I noticed in the current MVP text it says that deftypes that are not within a recursion group are interpreted as being in a recursion group only containing themselves. As the GC proposal is based on function-references, but function-references does not contain the recursion group concept, that would imply a breaking change to how recursive functions work in that proposal.
In general, the function-references proposal needs to be updated in light of the landing of iso-recursive types in this proposal.