From 301a70e45eac43f034077c95bce04edbcf2ab4ad Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 11 Oct 2001 17:27:20 +0000 Subject: Suppression option immediate_discharge; nettoyage de Declare et conséquences git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2109 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/setoid_replace.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/setoid_replace.ml') diff --git a/tactics/setoid_replace.ml b/tactics/setoid_replace.ml index d19c67c18a..ea9e9d104c 100644 --- a/tactics/setoid_replace.ml +++ b/tactics/setoid_replace.ml @@ -56,7 +56,7 @@ let global_constant dir s = let current_constant id = try - Declare.global_reference CCI id + Declare.global_reference id with Not_found -> anomaly ("Setoid: cannot find "^(string_of_id id)) -- cgit v1.2.3