From 7194abc6a19009d4921fbeeaf1bb8cf51018698d Mon Sep 17 00:00:00 2001 From: coq Date: Fri, 15 Jul 2005 17:11:57 +0000 Subject: 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 --- theories/Bool/Sumbool.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theories/Bool/Sumbool.v') 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: *) -- cgit v1.2.3