Skip to content

Commit

Permalink
Merge pull request #17 from ImperialCollegeLondon/PatrickMassot-patch-1
Browse files Browse the repository at this point in the history
Update lakefile.lean for checkdecls
  • Loading branch information
kbuzzard authored Mar 20, 2024
2 parents 2f7a000 + ebe7dee commit 187ab02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprint/src/macro/print.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
% We neutralise the Plastex commands
\newcommand{\uses}[1]{}
\newcommand{\proves}[1]{}
\newcommand{\discussion}[1]{}
\newcommand{\lean}[1]{}
\newcommand{\leanok}{}
\newcommand{\mathlibok}{}
\newcommand{\tangled}{}
9 changes: 9 additions & 0 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
"manifestFile": "lake-manifest.json",
"inputRev": null,
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/PatrickMassot/checkdecls.git",
"type": "git",
"subDir": null,
"rev": "2ee81a0269048010900117b675876a1d8db5883c",
"name": "checkdecls",
"manifestFile": "lake-manifest.json",
"inputRev": null,
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "FLT",
"lakeDir": ".lake"}
2 changes: 2 additions & 0 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ package FLT where

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

require checkdecls from git "https://github.com/PatrickMassot/checkdecls.git"

-- This is run only if we're in `dev` mode. This is so not everyone has to build doc-gen
meta if get_config? env = some "dev" then
require «doc-gen4» from git
Expand Down

0 comments on commit 187ab02

Please sign in to comment.