Skip to content

Commit 187ab02

Browse files
authored
Merge pull request #17 from ImperialCollegeLondon/PatrickMassot-patch-1
Update lakefile.lean for checkdecls
2 parents 2f7a000 + ebe7dee commit 187ab02

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

blueprint/src/macro/print.tex

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
% We neutralise the Plastex commands
1212
\newcommand{\uses}[1]{}
1313
\newcommand{\proves}[1]{}
14+
\newcommand{\discussion}[1]{}
1415
\newcommand{\lean}[1]{}
1516
\newcommand{\leanok}{}
17+
\newcommand{\mathlibok}{}
1618
\newcommand{\tangled}{}

lake-manifest.json

+9
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@
6363
"manifestFile": "lake-manifest.json",
6464
"inputRev": null,
6565
"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,
6675
"configFile": "lakefile.lean"}],
6776
"name": "FLT",
6877
"lakeDir": ".lake"}

lakefile.lean

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ package FLT where
2525

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

28+
require checkdecls from git "https://github.com/PatrickMassot/checkdecls.git"
29+
2830
-- This is run only if we're in `dev` mode. This is so not everyone has to build doc-gen
2931
meta if get_config? env = some "dev" then
3032
require «doc-gen4» from git

0 commit comments

Comments
 (0)