Skip to content
Snippets Groups Projects

Use hint mode + more often

Closed Robbert Krebbers requested to merge ralf/hint-mode-plus into master
1 unresolved thread

Merge request reports

Merge request pipeline #75538 passed

Merge request pipeline passed for 09a53f1f

Approval is optional

Closed by Ralf JungRalf Jung 1 year ago (Oct 13, 2023 9:41am UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1088 1089 is used to create finite maps, finite sets, etc, and is typically different from
1089 1090 the order [(⊆)]. *)
1090 1091 Class Lexico A := lexico: relation A.
1091 Global Hint Mode Lexico ! : typeclass_instances.
1092 Global Hint Mode Lexico + : typeclass_instances.
1092 1093
1093 1094 Class ElemOf A B := elem_of: A B Prop.
1094 Global Hint Mode ElemOf - ! : typeclass_instances.
1095 Global Hint Mode ElemOf + ! : typeclass_instances.
1096 Global Hint Mode ElemOf - + : typeclass_instances.
  • What is the justification for + !? Couldn't this still be nat (some_projection _) and now it has to guess whether this is a list or a set or whatever?

  • Please register or sign in to reply
  • Closing since changes here probably make little sense until https://github.com/coq/coq/issues/18078 is figured out.

  • closed

  • Please register or sign in to reply
    Loading