-
Notifications
You must be signed in to change notification settings - Fork 721
Open
Labels
kind: bugAn error, flaw, fault or unintended behaviour.An error, flaw, fault or unintended behaviour.part: canonical structureThe Canonical Structure mechanism.The Canonical Structure mechanism.part: universesThe universe system.The universe system.
Description
Version
8.8+alpha (and 8.7.1)
Description of the problem
The following snippet fails. I expected it to succeed (after #5368 was fixed, at least).
Set Universe Polymorphism. Unset Universe Minimization ToSet.
Structure NoProof := no_proof { np_type : Type }.
Canonical Structure NP_Type := no_proof Type.
Check (fun np (T : np_type np) => I) _ Type.Error message:
Error:
The term "Type@{Top.7}" has type "Type@{Top.7+1}"
while it is expected to have type "np_type@{Top.6} ?np".Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: bugAn error, flaw, fault or unintended behaviour.An error, flaw, fault or unintended behaviour.part: canonical structureThe Canonical Structure mechanism.The Canonical Structure mechanism.part: universesThe universe system.The universe system.