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.
privateModule
initialize
1 parent 8568f33 commit d49f1edCopy full SHA for d49f1ed
1 file changed
MathlibTest/PrivateModuleLinter/initialize.lean
@@ -4,6 +4,8 @@ import Mathlib.Tactic.Linter.PrivateModule
4
5
open Lean
6
7
+set_option linter.privateModule true
8
+
9
-- Should not fire, since `initialize` has effects downstream despite creating a private decl here.
10
initialize pure ()
11
0 commit comments