auto gitdoc commit
This commit is contained in:
parent
faf91c288b
commit
ff844789bf
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue