aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 17:11:57 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 17:11:57 +0000
commit7194abc6a19009d4921fbeeaf1bb8cf51018698d (patch)
treef5ce44e6bf8d6def4c330c395c6b1e103a94d977 /theories
parent14e850d63d17d9a7094a23d2a59ca9f968b5976a (diff)
Fix sumbool_not hint (on behalf of cpaulin).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7235 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Bool/Sumbool.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Bool/Sumbool.v b/theories/Bool/Sumbool.v
index ffb370f66..1beb45f13 100644
--- a/theories/Bool/Sumbool.v
+++ b/theories/Bool/Sumbool.v
@@ -63,8 +63,8 @@ Defined.
End connectives.
-Hint Resolve sumbool_and sumbool_or sumbool_not: core.
-
+Hint Resolve sumbool_and sumbool_or: core.
+Hint Immediate sumbool_not : core.
(** Any decidability function in type [sumbool] can be turned into a function
returning a boolean with the corresponding specification: *)