From 46c47f9d984d575fc3a7645c90836e682e73ad36 Mon Sep 17 00:00:00 2001 From: sacerdot Date: Fri, 23 Jul 2004 14:06:01 +0000 Subject: Setoid_replace.setoid_replace last argument (that was supposed to be always None) removed. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5970 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/extratactics.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tactics/extratactics.ml4 b/tactics/extratactics.ml4 index f9c7e23784..7cc6cd5bd7 100644 --- a/tactics/extratactics.ml4 +++ b/tactics/extratactics.ml4 @@ -166,7 +166,7 @@ open Setoid_replace TACTIC EXTEND SetoidReplace [ "Setoid_replace" constr(c1) "with" constr(c2) ] - -> [ setoid_replace c1 c2 None] + -> [ setoid_replace c1 c2 ] END TACTIC EXTEND SetoidRewrite -- cgit v1.2.3