Zulip Chat Archive
Stream: lean4
Topic: File/folder structure vs namespaces
Yuri de Wit (Jun 06 2022 at 18:03):
I am trying to wrap my head around how one would structure a package in Lean4 consisting of multiple, nested namespaces. But after looking at a few projects I am still unsure.
Is there a best practice considering that Lean seems to be quite flexible here (from all namespaces in single file all the way to at most one namespace per file) and I don't see a strong consistency across a few different packages I looked at?
Last updated: Dec 20 2023 at 11:08 UTC