Zulip Chat Archive
Stream: mathlib4
Topic: Std4 vs Mathlib4
Adam Topaz (Nov 29 2022 at 16:49):
Do we have some way of telling (e.g. using the port_status
script) which files are intended to be ported into mathlib4 and which ones will be part of Std4? E.g. I imagine that control.applicative
, data.string.basic
and such things will likely go to Std4.
Ruben Van de Velde (Nov 29 2022 at 16:54):
I think we've been porting those things into mathlib4 and then Mario comes along and moves them
Adam Topaz (Nov 29 2022 at 16:54):
:rofl: okay
Adam Topaz (Nov 29 2022 at 16:54):
@Mario Carneiro can you confirm that this is your intended workflow? ;)
Mario Carneiro (Nov 29 2022 at 16:56):
Yes. Note that files aren't really "moved" to std4, rather most of their content is reproduced and the mathlib4 file becomes a collection of #align
s and alias
commands
Last updated: Dec 20 2023 at 11:08 UTC