The following are accepted .(t) ._ We don't accept .t anymore because it will conflict with the field access notation.
2 lines
127 B
Text
2 lines
127 B
Text
theorem cast_heq₂ : ∀ {A B : Type} (H : A = B) (a : A), cast H a == a
|
|
| A .(A) (eq.refl .(A)) a := heq_of_eq $ cast_eq _ _
|