refactor(hott/types/trunc): remove unnecessary fold
The new unfold tactic performs the fold automatically for us. see issue #692
This commit is contained in:
parent
4c0a656ecc
commit
38d5c361df
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ namespace is_trunc
|
|||
{ esimp, apply con.left_inv}},
|
||||
transitivity _,
|
||||
apply iff.pi_iff_pi, intro p,
|
||||
rewrite [↑Iterated_loop_space,↓Iterated_loop_space n (Loop_space (pointed.Mk p)),H],
|
||||
rewrite [↑Iterated_loop_space,H],
|
||||
apply iff.refl,
|
||||
apply iff.imp_iff, reflexivity}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue