lean-tui 0.4.2

Standalone TUI infoview for Lean 4 theorem prover
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Lake
open Lake DSL

package «lean-tui-test» where
  version := v!"0.1.0"

require LeanDag from git
  -- "https://codeberg.org/wvhulle/lean-dag.git" @ "main"
  "../lean-dag" @ "main" -- for local dev


require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

lean_lib Samples