1 parent 116c7fb commit ac1e606Copy full SHA for ac1e606
2 files changed
Manual/BuildTools/Lake.lean
@@ -485,6 +485,7 @@ module.importInfo
485
module.imports
486
module.input
487
module.ir
488
+module.ir.sig
489
module.lean
490
module.leanArts
491
module.ltar
@@ -556,7 +557,12 @@ The facets available for modules are:
556
557
558
: `ir`
559
- The `.ir` file produced by `lean` (with the {ref "module-structure"}[experimental module system] enabled).
560
+ The `.ir` file produced for modules that use the {ref "module-structure"}[module system].
561
+
562
563
+: `ir.sig`
564
565
+ The `.ir.sig` file produced for modules that use the {ref "module-structure"}[module system].
566
567
: `c`
568
lean-toolchain
@@ -1 +1 @@
1
-leanprover/lean4:nightly-2026-06-22
+leanprover/lean4:nightly-2026-06-25
0 commit comments