∀ {A B} {f : Tri A → B} | {t₁ t₂ : Tri (E ⟨×⟩ A)}, |
Notation T | ≔ (TriMat.T Tr). | |
Notation "'T⋅rest'" | ≔ (TriMat.rest Tr _). | |
Notation "'T⋅rest[' A ]" | ≔ (TriMat.rest Tr A) (only parsing). | |
Notation TRI | ≔ (TriMat.T 𝑻𝑹𝑰). | |
Notation "'TRI⋅rest'" | ≔ (TriMat.rest 𝑻𝑹𝑰 _). | |
Notation "'TRI⋅rest[' A ]" | ≔ (TriMat.rest 𝑻𝑹𝑰 A) (only parsing). |