feat: Count declarations that were processed

main
Henrik Böving 2021-11-28 21:39:55 +01:00
parent dd0cebb44a
commit 54d7f92f2b
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ def main : IO Unit := do
-- This should be set by lake at some point
setSearchPath ["/home/nix/Desktop/formal_verification/lean/mathlib4/build/lib", "/home/nix/.elan/toolchains/leanprover--lean4---nightly-2021-11-24/lib/lean"]
let doc ← load [`Mathlib]
IO.println s!"Processed {doc.size} declarations"
return ()