File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11
11
% We neutralise the Plastex commands
12
12
\newcommand {\uses }[1]{}
13
13
\newcommand {\proves }[1]{}
14
+ \newcommand {\discussion }[1]{}
14
15
\newcommand {\lean }[1]{}
15
16
\newcommand {\leanok }{}
17
+ \newcommand {\mathlibok }{}
16
18
\newcommand {\tangled }{}
Original file line number Diff line number Diff line change 63
63
"manifestFile" : " lake-manifest.json" ,
64
64
"inputRev" : null ,
65
65
"inherited" : false ,
66
+ "configFile" : " lakefile.lean" },
67
+ {"url" : " https://github.com/PatrickMassot/checkdecls.git" ,
68
+ "type" : " git" ,
69
+ "subDir" : null ,
70
+ "rev" : " 2ee81a0269048010900117b675876a1d8db5883c" ,
71
+ "name" : " checkdecls" ,
72
+ "manifestFile" : " lake-manifest.json" ,
73
+ "inputRev" : null ,
74
+ "inherited" : false ,
66
75
"configFile" : " lakefile.lean" }],
67
76
"name" : " FLT" ,
68
77
"lakeDir" : " .lake" }
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ package FLT where
25
25
26
26
require mathlib from git "https://github.com/leanprover-community/mathlib4.git"
27
27
28
+ require checkdecls from git "https://github.com/PatrickMassot/checkdecls.git"
29
+
28
30
-- This is run only if we're in `dev` mode. This is so not everyone has to build doc-gen
29
31
meta if get_config? env = some "dev" then
30
32
require «doc-gen4 » from git
You can’t perform that action at this time.
0 commit comments