chore(hott): remove unnecessary '[trans]' attributes

This commit is contained in:
Leonardo de Moura 2015-05-02 21:35:59 -07:00
parent 326048df54
commit 657ad3327f
2 changed files with 0 additions and 5 deletions

View file

@ -273,7 +273,5 @@ namespace equiv
attribute equiv.trans [trans]
attribute equiv.refl [refl]
attribute equiv.symm [symm]
attribute equiv_of_equiv_of_eq [trans]
attribute equiv_of_eq_of_equiv [trans]
end equiv

View file

@ -125,9 +125,6 @@ section
assume H₁ H₂, H₂ ▸ H₁
end
attribute ne.of_eq_of_ne [trans]
attribute ne.of_ne_of_eq [trans]
/- iff -/
definition iff (a b : Type) := prod (a → b) (b → a)