auto gitdoc commit

This commit is contained in:
Michael Zhang 2024-04-22 02:33:43 +00:00
parent faf91c288b
commit ff844789bf

View file

@ -307,7 +307,9 @@ idToEquiv {A} {B} p = func , equiv
func-inv b = transport id (sym p) b
homotopy : (func ∘ func-inv) id
homotopy x = {! !}
homotopy x =
let wtf = transport id (sym p) (transport id p x) in
{! !}
equiv = record
{ g = func-inv