Closed MatthiasHu closed 2 years ago
This PR proves a small property of the Fin datatype in Cubical.Data.FinData:
Fin
Cubical.Data.FinData
finSuc≡Maybe : Fin (ℕ.suc n) ≡ Maybe (Fin n)
and also a pointed variant of that.
This PR proves a small property of the
Fin
datatype inCubical.Data.FinData
:and also a pointed variant of that.