This PR removes an error which implicitly assumes that the sort of type dependency between erased types present in the test being added can not occur. It would be difficult to refine the error using only the information present in LCNF types, and it is of very little ongoing value (I don't recall it ever finding an actual problem), so it makes more sense to delete it. Fixes #9692.
2 lines
55 B
Text
2 lines
55 B
Text
def pair : (A : Type 2) × A :=
|
||
⟨Type 1, Type 0⟩
|