From 2ed6aeb03fc0e25a47223189d8444cbb6b749f2d Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 5 Jul 2012 22:51:11 +0000 Subject: Legacy Ring and Legacy Field migrated to contribs One slight point to check someday : fourier used to launch a tactic called Ring.polynom in some cases. It it crucial ? If so, how to replace with the setoid_ring equivalent ? git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15524 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/ring/Setoid_ring.v | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 plugins/ring/Setoid_ring.v (limited to 'plugins/ring/Setoid_ring.v') diff --git a/plugins/ring/Setoid_ring.v b/plugins/ring/Setoid_ring.v deleted file mode 100644 index 106a946d3b..0000000000 --- a/plugins/ring/Setoid_ring.v +++ /dev/null @@ -1,12 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*