diff options
author | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-04-18 04:07:31 +0000 |
---|---|---|
committer | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-04-18 04:07:31 +0000 |
commit | 4aa97e1314fdeedd4e1e5a1574671057d889f659 (patch) | |
tree | b3e9e236fb28e7100c75d273101628f95671ce44 /theories/Setoids | |
parent | b878f1130e6eeffad311f3737331bccac9bf9e86 (diff) |
Just export RelationClasses for [Equivalence] through Setoid.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12094 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Setoids')
-rw-r--r-- | theories/Setoids/Setoid.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Setoids/Setoid.v b/theories/Setoids/Setoid.v index 613cabbd0..8d241d894 100644 --- a/theories/Setoids/Setoid.v +++ b/theories/Setoids/Setoid.v @@ -10,6 +10,8 @@ Require Export Coq.Classes.SetoidTactics. +Export Morphisms.MorphismNotations. + (** For backward compatibility *) Definition Setoid_Theory := @Equivalence. |