diff options
| -rw-r--r-- | theories/Bool/Sumbool.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Bool/Sumbool.v b/theories/Bool/Sumbool.v index ffb370f662..1beb45f135 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: *) |
