aboutsummaryrefslogtreecommitdiff
path: root/toplevel/command.ml
diff options
context:
space:
mode:
authorherbelin2001-09-14 19:10:29 +0000
committerherbelin2001-09-14 19:10:29 +0000
commitd0634cb5b698a73c20697aa012ec10d9335d353a (patch)
tree8385a63fe4099c2518bd6052de40b714f686dfc4 /toplevel/command.ml
parent88d6cdac738f2afa53c7af7853faf668c6a4ebc3 (diff)
Transformation de Remark/Fact en constantes non visibles sans qualification
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1969 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.ml')
-rw-r--r--toplevel/command.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml
index 5620473fe5..f53f26b8d4 100644
--- a/toplevel/command.ml
+++ b/toplevel/command.ml
@@ -437,7 +437,7 @@ let apply_tac_not_declare id pft = function
let save opacity id ({const_entry_body = pft; const_entry_type = tpo} as const)
strength =
begin match strength with
- | DischargeAt disch_sp when Lib.is_section_p disch_sp (*&& not opacity*) ->
+ | DischargeAt disch_sp when Lib.is_section_p disch_sp && not opacity ->
let c = constr_of_constr_entry const in
let _ = declare_variable id (SectionLocalDef c,strength,opacity) in ()
| NeverDischarge | DischargeAt _ ->