From 4aa97e1314fdeedd4e1e5a1574671057d889f659 Mon Sep 17 00:00:00 2001 From: msozeau Date: Sat, 18 Apr 2009 04:07:31 +0000 Subject: 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 --- theories/Setoids/Setoid.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theories/Setoids') 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. -- cgit v1.2.3