Commit f6d195a
authored
Split StrataMain.lean into importable library and thin executable root (#1179)
Fixes #1163
Moves all library code from `StrataMain.lean` into a new `StrataMainLib`
module, leaving `StrataMain.lean` as a thin executable entry point
(`import StrataMainLib`). This makes the library importable from tests
and other tools without pulling in the executable entry point.1 parent 6835d65 commit f6d195a
3 files changed
Lines changed: 1566 additions & 1553 deletions
0 commit comments