chore(hott): remove unnecessary '[trans]' attributes
This commit is contained in:
parent
326048df54
commit
657ad3327f
2 changed files with 0 additions and 5 deletions
|
@ -273,7 +273,5 @@ namespace equiv
|
||||||
attribute equiv.trans [trans]
|
attribute equiv.trans [trans]
|
||||||
attribute equiv.refl [refl]
|
attribute equiv.refl [refl]
|
||||||
attribute equiv.symm [symm]
|
attribute equiv.symm [symm]
|
||||||
attribute equiv_of_equiv_of_eq [trans]
|
|
||||||
attribute equiv_of_eq_of_equiv [trans]
|
|
||||||
|
|
||||||
end equiv
|
end equiv
|
||||||
|
|
|
@ -125,9 +125,6 @@ section
|
||||||
assume H₁ H₂, H₂ ▸ H₁
|
assume H₁ H₂, H₂ ▸ H₁
|
||||||
end
|
end
|
||||||
|
|
||||||
attribute ne.of_eq_of_ne [trans]
|
|
||||||
attribute ne.of_ne_of_eq [trans]
|
|
||||||
|
|
||||||
/- iff -/
|
/- iff -/
|
||||||
|
|
||||||
definition iff (a b : Type) := prod (a → b) (b → a)
|
definition iff (a b : Type) := prod (a → b) (b → a)
|
||||||
|
|
Loading…
Reference in a new issue