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
In order to constrain the various parametricity classes present in a type, the code must first find them. The procedure in charge of doing this seems to be very syntactic. It means that in the case of a term convertible to Type(α), such as the following constant, the class α would slip under the radar:
Definition T := Type.
Are there cases where this causes a problem in the translation?
The text was updated successfully, but these errors were encountered:
In order to constrain the various parametricity classes present in a type, the code must first find them. The procedure in charge of doing this seems to be very syntactic. It means that in the case of a term convertible to
Type(α)
, such as the following constant, the classα
would slip under the radar:Definition T := Type.
Are there cases where this causes a problem in the translation?
The text was updated successfully, but these errors were encountered: