pith. machine review for the scientific record. sign in

lakefile

lakefile.lean · 13 lines · 0 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: ready · generated 2026-05-13 20:40:48.267603+00:00

   1import Lake
   2open Lake DSL
   3
   4package «shape-of-logic» where
   5  leanOptions := #[
   6    ⟨`autoImplicit, false⟩
   7  ]
   8
   9require mathlib from git "https://github.com/leanprover-community/mathlib4.git"
  10
  11lean_lib IndisputableMonolith where
  12  roots := #[`IndisputableMonolith]
  13

source mirrored from github.com/jonwashburn/shape-of-logic