Zulip Chat Archive
Stream: mathlib4
Topic: Logic.Equiv.Array
Arien Malec (Jan 20 2023 at 22:57):
I had a look at mathlib4#1733, and the issue here is that it depends on DArray
which used to be defined in core, but is no longer a thing?
In addition, mathport seems to have renamed array
to Array'
?
Arien Malec (Jan 20 2023 at 23:04):
Should this whole thing be a no-port, because the implementation of Array
is so different?
Eric Wieser (Jan 20 2023 at 23:09):
It seems like a very low priority file to port
Eric Wieser (Jan 20 2023 at 23:10):
I split the mathlib3 file very recently specifically so that we didn't have to worry about porting any of this
Eric Wieser (Jan 20 2023 at 23:11):
I guess we should still decide eventually though
Last updated: Dec 20 2023 at 11:08 UTC