Skip to content

Change Hint Mode of LeibnizEquiv

Ike Mulder requested to merge snyke7/stdpp:ike/hint_mode_leibniz_equiv into master

As discussed in iris!966 (merged), the LeibnizEquiv typeclass currently has Hint Mode ! -, signifying that the type is an input, while the equivalence which is supposed to imply leibniz equality is an output. That should be Hint Mode ! !, i.e., both are inputs.

Merge request reports