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 8df0408 commit 3d3323bCopy full SHA for 3d3323b
analysis/markov/lakefile.lean
@@ -4,6 +4,16 @@ import Lake
4
open Lake DSL
5
6
package «linleios» where
7
+ version := StdVer.mk (SemVerCore.mk 0 1 0) ""
8
+ leanOptions := #[
9
+ -- pretty-prints `fun a ↦ b`
10
+ ⟨`pp.unicode.fun, true⟩,
11
+ -- disables automatic implicit arguments
12
+ ⟨`autoImplicit, false⟩,
13
+ ]
14
+ moreServerOptions := #[
15
+ ⟨`trace.debug, true⟩,
16
17
18
lean_lib «Linleios» where
19
srcDir := "src"
0 commit comments