diff options
| author | herbelin | 2003-09-12 14:47:18 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-12 14:47:18 +0000 |
| commit | 5e0f9cb6eecc1c02566278ede0cb86ef68a03662 (patch) | |
| tree | f3cdc70e4c84f6dd0a8dcf6ce82385de1ef966a8 /tactics/setoid_replace.ml | |
| parent | 2454a769ef2d020105999252a7851a4bcdeabef1 (diff) | |
Indépendance vis à vis de Declare
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4372 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/setoid_replace.ml')
| -rw-r--r-- | tactics/setoid_replace.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/setoid_replace.ml b/tactics/setoid_replace.ml index e44b66bd4a..3efd23f6a1 100644 --- a/tactics/setoid_replace.ml +++ b/tactics/setoid_replace.ml @@ -53,7 +53,7 @@ let global_constant dir s =Coqlib.gen_constant "Setoid_replace" ("Init"::dir) s let current_constant id = try - Declare.global_reference id + global_reference id with Not_found -> anomaly ("Setoid: cannot find "^(string_of_id id)) |
