Zulip Chat Archive

Stream: std4

Topic: List.get?_eq_get and List.get!_eq_get


Jakob von Raumer (Sep 27 2023 at 20:30):

List.get?_eq_get and List.get!_eq_get are copies of the exact same lemma, the latter one doesn't actually refer to get!, but the best way to prove the actual List.get!_eq_get would be to shift getD_eq_get from mathlib4 to std4, how do I orchestrate that? First add it to std4?

François G. Dorais (Sep 27 2023 at 23:54):

Yes, please! The mathlib fix is trivial for such a small change. It's just a regular part of the bump merge so no worries.

Jakob von Raumer (Sep 28 2023 at 08:35):

Can someone give me (@javra) access rights to make a PR? @Mario Carneiro ?

Alex J. Best (Sep 28 2023 at 16:03):

Std often uses the more traditional github model of making PRs from forks btw (though who knows mario may give you access anyway :wink:)

Jakob von Raumer (Sep 28 2023 at 20:07):

Ah, k, thanks


Last updated: Dec 20 2023 at 11:08 UTC