We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df04aac commit c37941aCopy full SHA for c37941a
.gitignore
@@ -29,3 +29,4 @@ _build
29
/simulation/docs/_minted-sim-realism/
30
/data/simulation/*.trace.json
31
/data/simulation/*.array.schema.json
32
+node_modules/
analysis/markov/lakefile.lean
@@ -0,0 +1,22 @@
1
+
2
+import Lake
3
4
+open Lake DSL
5
6
+package «linleios» where
7
8
+lean_lib «Linleios» where
9
10
+@[default_target]
11
+lean_exe «linleios» where
12
+ root := `Main
13
+ supportInterpreter := false
14
15
+require mathlib from git
16
+ "https://github.com/leanprover-community/mathlib4" @ "v4.20.0"
17
18
+require Parser from git
19
+ "https://github.com/fgdorais/lean4-parser" @ "26d5ce4d60195a869b1fdb100b442794ea63e1ad"
20
21
+require Cli from git
22
+ "https://github.com/mhuisi/lean4-cli" @ "v4.20.0"
analysis/markov/lakefile.toml
0 commit comments