"git-rts@gitlab.mpi-sws.org:iris/lambda-rust.git" did not exist on "261a207a196dd0df842e79bd110d7a8ba5aefd60"
Change Hint Mode of LeibnizEquiv
Compare changes
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.