Skip to content
Snippets Groups Projects

check for missing 'Hint Mode'

Closed Ralf Jung requested to merge ralf/hint-mode-check into master
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -98,8 +98,8 @@ Global Arguments tc_opaque {_} _ /.
important to note that we duplicate the definitions, and do not declare the
existing logical operators as type classes. That is, we do not say:
Existing Class or.
Existing Class and.
Existing Class or. (* coq-lint-ignore *)
Existing Class and. (* coq-lint-ignore *)
If we could define the existing logical operators as classes, there is no way
of disambiguating whether a premise of a lemma should be solved by type class
Loading