Zulip Chat Archive
Stream: lean4
Topic: Is Std intended to be bootstrapped?
Eric Wieser (Aug 07 2024 at 14:40):
I noticed today that Std
is now in the stage0 folder. Is this intentional, and an indication that the Lean
and Init
libraries are permitted to depend on Std
in future?
Markus Himmel (Aug 07 2024 at 14:43):
The intended dependency chain is Lean
-> Std
-> Init
. In fact, Lean
will start to depend on Std
very soon, once lean4#4917 lands.
Last updated: May 02 2025 at 03:31 UTC