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
What we claim in our paper is that it's fine to encode universe-polymorphic datatypes using our descriptions, as long as quantification over levels happen outside of the description.
However, currently the deriveDesc macro doesn't do this automatically, which means you cannot derive descriptions for universe-polymorphic datatypes right now.
Two approaches:
Do as we say in the paper, that is, quantify outside of the description.
Do as Josh Ko et al (2022) and add levels that are quantified over in the description.
The text was updated successfully, but these errors were encountered:
What we claim in our paper is that it's fine to encode universe-polymorphic datatypes using our descriptions, as long as quantification over levels happen outside of the description.
However, currently the
deriveDesc
macro doesn't do this automatically, which means you cannot derive descriptions for universe-polymorphic datatypes right now.Two approaches:
The text was updated successfully, but these errors were encountered: