Use hint mode + more often
1 unresolved thread
1 unresolved thread
This is the result of the discussion at https://mattermost.mpi-sws.org/iris/pl/wpjk3kpbx7bf5brh7o3319c8uo
Merge request reports
Activity
added 7 commits
Toggle commit listThat "functional dependencies" pattern needs some explanation, and a comment each time it is used -- 2 hint modes are rather surprising. SOmething like
(* B has a functional dependency on A *)
.Also I don't understand the last commit, what are "derive keys" and why do those changed modes make sense?
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. added S-waiting-for-author label
Closing since changes here probably make little sense until https://github.com/coq/coq/issues/18078 is figured out.
Please register or sign in to reply